|
8f34e041
|
2000-11-11T09:10:33
|
|
Back out Paul's changes while we wait for him and Bruno to reach agreement.
|
|
a41e8f46
|
2000-11-11T09:09:55
|
|
Remove Paul's entries for unicodeio.c: then I don't have to justify
backing out the nov8/9 changes.
|
|
77bc6364
|
2000-11-11T08:29:21
|
|
*** empty log message ***
|
|
60cd7fc4
|
2000-11-10T11:14:03
|
|
*** empty log message ***
|
|
8ccdfffb
|
2000-11-10T11:10:39
|
|
Update from GNU libc.
|
|
edc2440c
|
2000-11-10T08:46:34
|
|
*** empty log message ***
|
|
785114fd
|
2000-11-10T08:46:19
|
|
(ENOTSUP): Define to EINVAL if not defined.
|
|
a4aa3dcb
|
2000-11-10T08:44:51
|
|
don't back them out
|
|
e678e74f
|
2000-11-10T08:43:46
|
|
Back out the last two changes, at least for now.
|
|
7f652bf2
|
2000-11-09T08:33:01
|
|
*** empty log message ***
|
|
ddbed2bf
|
2000-11-09T08:32:52
|
|
(MB_LEN_MAX): Make sure it's at least 6, to avoid buggy C libraries.
|
|
582b534b
|
2000-11-09T08:30:00
|
|
(<wchar.h>): Do not include; no longer needed, since we no longer use wcrtomb.
(<limits.h>): Include if HAVE_LIMITS_H.
(MB_LEN_MAX): Define if limits.h doesn't.
(convert_unicode_char): New function, with the conversion part of the
old print_unicode_char. Use wctomb, not wcrtomb. Depend on
HAVE_WCTOMB, not HAVE_WCRTOMB.
(print_unicode_char): Use convert_unicode_char to do the conversion.
|
|
c17997b3
|
2000-11-08T14:46:35
|
|
(jm_MACROS): Add test for wcrtomb.
|
|
d97a803a
|
2000-11-08T14:46:20
|
|
*** empty log message ***
|
|
34b831c8
|
2000-11-08T14:46:13
|
|
Include wchar.h.
(wcrtomb): Provide fallback definition for broken platforms.
(print_unicode_char): New alternative definition for platforms where
wchar_t is Unicode.
|
|
b1f0cff3
|
2000-11-07T15:36:04
|
|
.
|
|
07e15406
|
2000-11-07T15:35:25
|
|
*** empty log message ***
|
|
3e391882
|
2000-11-07T15:35:15
|
|
(setusershell): Use rewind rather than
fseek/fseeko, to avoid configuration hassles with fseeko.
Don't bother opening SHELLS_FILE if shellstream is NULL;
it's not necessary.
|
|
f68ccb90
|
2000-11-05T15:04:53
|
|
*** empty log message ***
|
|
6a82db0e
|
2000-11-05T15:04:39
|
|
(make_dir): Declare.
|
|
a5c4d40f
|
2000-11-05T15:04:17
|
|
(make_dir): Remove `static' attribute.
Tweak a comment.
|
|
3923f0fd
|
2000-11-05T10:12:25
|
|
*** empty log message ***
|
|
bf6a7493
|
2000-11-05T09:54:07
|
|
*** empty log message ***
|
|
3c9fcb38
|
2000-11-05T09:52:55
|
|
*** empty log message ***
|
|
0bdeaa09
|
2000-11-04T22:19:21
|
|
*** empty log message ***
|
|
3e12b37e
|
2000-11-04T22:19:15
|
|
Use the `m4_' prefix on `syscmd' and `m4_sysval'.
|
|
fb769ae1
|
2000-11-04T21:39:00
|
|
*** empty log message ***
|
|
a0a18dea
|
2000-11-04T21:38:55
|
|
(hash_get_next): Fix a thinko: when ENTRY is the
last one in a bucket, advance to the next bucket.
From Alexandre Duret-Lutz.
|
|
59942fc7
|
2000-11-03T08:44:12
|
|
*** empty log message ***
|
|
082f3ebe
|
2000-11-03T08:44:06
|
|
cppi
|
|
ffc35388
|
2000-11-03T08:43:20
|
|
Do not comment out all the code if we are using
the GNU C library, because in some cases we are replacing buggy
code in the GNU C library itself.
|
|
c8d3fe3f
|
2000-10-31T07:10:03
|
|
*** empty log message ***
|
|
f73e8ba6
|
2000-10-31T07:09:56
|
|
Add "2000" to Copyright line, as this file was changed this year.
|
|
e0a31ac6
|
2000-10-31T07:09:02
|
|
Remove "2000" from Copyright line, as the file hasn't been
changed this year other than in the copyright notice.
|
|
ce7ae716
|
2000-10-31T07:07:26
|
|
*** empty log message ***
|
|
2b610108
|
2000-10-31T07:07:05
|
|
(FOLD): Do not assume that characters are unsigned.
(fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
|
|
09c224d2
|
2000-10-30T17:51:06
|
|
.
|
|
09753336
|
2000-10-30T15:22:29
|
|
*** empty log message ***
|
|
16816fd5
|
2000-10-30T15:20:17
|
|
(re_iswctype, re_wctype_to_bit): Fix braino.
(regex_compile): Catch bogus \(\1\).
|
|
5b243972
|
2000-10-29T22:43:51
|
|
*** empty log message ***
|
|
e794ae88
|
2000-10-29T22:43:08
|
|
s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
|
|
167c458b
|
2000-10-29T17:19:51
|
|
fix typo: s/fseek0/fseeko/
|
|
ef3d3fa3
|
2000-10-29T13:50:25
|
|
*** empty log message ***
|
|
4aeea603
|
2000-10-29T13:49:56
|
|
(__restrict_arr): Move definition out of #ifndef block.
Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
doesn't define __restrict_arr.
|
|
a25d5532
|
2000-10-29T11:03:18
|
|
*** empty log message ***
|
|
3bce2fd4
|
2000-10-29T11:03:01
|
|
Fix grammar in comment.
|
|
b42f724f
|
2000-10-28T12:29:54
|
|
*** empty log message ***
|
|
4068d211
|
2000-10-28T12:29:45
|
|
(jm_PREREQ): Add jm_PREREQ_MEMCHR.
(jm_PREREQ_MEMCHR): New function.
|
|
6e8073d5
|
2000-10-28T08:25:21
|
|
.
|
|
fae9f4d9
|
2000-10-28T08:24:44
|
|
Update from libc.
|
|
febdb341
|
2000-10-28T08:22:17
|
|
*** empty log message ***
|
|
c3c259f0
|
2000-10-28T08:22:11
|
|
Update from libc.
Adjust for portability:
[HAVE_STDLIB_H]: Include stdlib.h.
[HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
Undef __memchr, too.
[!weak_alias]: Define __memchr to memchr.
|
|
f6ea3a06
|
2000-10-28T07:56:40
|
|
*** empty log message ***
|
|
d4370ffb
|
2000-10-28T07:56:12
|
|
Update from libc.
|
|
c4bb152d
|
2000-10-28T07:47:07
|
|
*** empty log message ***
|
|
985743b6
|
2000-10-28T07:47:04
|
|
(setusershell) [HAVE_FSEEKO]: Use fseek0.
Patch by Ulrich Drepper.
|
|
fb523b1e
|
2000-10-28T07:15:32
|
|
Update from libc.
|
|
36811bab
|
2000-10-27T13:29:48
|
|
*** empty log message ***
|
|
5343a3e2
|
2000-10-27T13:29:36
|
|
(POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
(re_match_2_internal, re_match_2_internal, re_match_2_internal):
Giving in to popular pressure to shut up the compiler with casts.
|
|
627eb132
|
2000-10-26T09:39:08
|
|
.
|
|
c3f1de2d
|
2000-10-26T08:08:06
|
|
Update from libc.
|
|
6b648ba2
|
2000-10-26T00:46:00
|
|
*** empty log message ***
|
|
7ae0247f
|
2000-10-26T00:45:01
|
|
More `unsigned char' -> `re_char' changes.
Also change several `int' into `re_wchar_t'.
(PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
(PUSH_FAILURE_POINTER): Don't cast any more.
(POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
We want GCC to complain, since this piece of code makes
re_match non-reentrant, which *should* be fixed.
(GET_BUFFER_SPACE): Use size_t rather than unsigned long.
(EXTEND_BUFFER): Use RETALLOC.
(SET_LIST_BIT): Don't cast.
(re_wchar_t): New type.
(re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
that those two functions will always properly return.
(IMMEDIATE_QUIT_CHECK): Cast to void.
(analyse_first): Use recursion rather than an explicit stack.
(re_compile_fastmap): Can't fail anymore.
(re_search_2): Don't check re_compile_fastmap for failure.
(PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
Now also sets the new value (passed in a new argument).
(re_match_2_internal): Use it.
Also, use a new var `reg' of type size_t when looping through regs
rather than reuse the inappropriate `mcnt'.
|
|
6114032a
|
2000-10-25T08:36:13
|
|
*** empty log message ***
|
|
3d43e290
|
2000-10-25T08:36:08
|
|
(dir_name_r): Declare it.
|
|
2d6235ea
|
2000-10-25T08:34:36
|
|
*** empty log message ***
|
|
96ef5e0b
|
2000-10-25T06:01:31
|
|
*** empty log message ***
|
|
1b3b5b96
|
2000-10-25T06:01:24
|
|
cppi, on one line
|
|
c2dde31b
|
2000-10-25T06:00:26
|
|
Update from libc.
|
|
370b4482
|
2000-10-24T14:01:10
|
|
*** empty log message ***
|
|
89892cc1
|
2000-10-24T14:00:55
|
|
(IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
NT-Emacs only.
(re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
so that re_search functions only quit when callers expect them to.
|
|
4f606842
|
2000-10-24T08:27:34
|
|
(regex_compile): Fix previous change.
|
|
aa5778a5
|
2000-10-24T08:20:17
|
|
*** empty log message ***
|
|
eac9554e
|
2000-10-24T08:20:13
|
|
(hard_locale): Revert last change -- it was simply
wrong. That set_locale call must not have any side effects.
From Paul Eggert.
|
|
4c90fe8b
|
2000-10-24T08:10:27
|
|
(regex_compile): Change the way of handling a range from a char less
than 256 to a char not less than 256.
|
|
ef1bfeb5
|
2000-10-24T08:10:02
|
|
*** empty log message ***
|
|
f33cafbe
|
2000-10-22T21:09:53
|
|
*** empty log message ***
|
|
7c8ed14a
|
2000-10-22T21:09:43
|
|
(md5_process_block) [OP]: Use `rol', not CYCLIC.
[CYCLIC]: Remove now-unused definition.
|
|
e2f98204
|
2000-10-22T13:03:06
|
|
.
|
|
ef64dbc5
|
2000-10-22T06:57:54
|
|
*** empty log message ***
|
|
2c7648b6
|
2000-10-22T06:57:42
|
|
(O_DIRECTORY): Define, if needed.
(save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
Suggestion from Ulrich Drepper.
|
|
b45f6d42
|
2000-10-21T20:07:03
|
|
.
|
|
16bd60a8
|
2000-10-21T20:01:28
|
|
*** empty log message ***
|
|
99abda1a
|
2000-10-21T12:46:58
|
|
tweak comment
|
|
522bc28b
|
2000-10-21T11:44:43
|
|
(dir_name_r): New function, factored out of dir_name.
(dir_name): Use dir_name_r.
|
|
d0a0dcc9
|
2000-10-21T11:29:01
|
|
*** empty log message ***
|
|
4d2ba1df
|
2000-10-21T11:28:42
|
|
(memrchr): Declare if necessary.
(dir_name): Remove the restriction that there be no
trailing slashes. Now, this code skips past them, effectively
ignoring them.
[TEST_DIRNAME] (main): New unit tests.
|
|
f52857a2
|
2000-10-21T10:37:10
|
|
(jm_PREREQ_DIRNAME): New macro.
|
|
137c17bb
|
2000-10-21T10:36:49
|
|
(AC_REPLACE_FUNCS): Add memrchr.
|
|
0b61bd7a
|
2000-10-21T10:36:32
|
|
(jm_CHECK_DECLS): Also check for memrchr.
|
|
89cd2367
|
2000-10-21T10:33:25
|
|
*** empty log message ***
|
|
679a9399
|
2000-10-21T10:27:59
|
|
New file, derived from the one in GNU libc.
|
|
ff169735
|
2000-10-17T08:45:42
|
|
*** empty log message ***
|
|
8ce558ed
|
2000-10-17T08:45:32
|
|
*** empty log message ***
|
|
395f9f3b
|
2000-10-17T08:45:11
|
|
*** empty log message ***
|
|
17c29c54
|
2000-10-17T08:45:07
|
|
[PARAMS]: Define and use.
|
|
92d64a23
|
2000-10-17T06:55:04
|
|
Remove warning that noone noticed anyway
|
|
55be8531
|
2000-10-17T06:45:57
|
|
*** empty log message ***
|
|
27463582
|
2000-10-17T06:45:49
|
|
Update from libc.
|
|
a591bb99
|
2000-10-16T06:25:29
|
|
*** empty log message ***
|