|
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 ***
|
|
612c33d2
|
2000-10-16T06:24:33
|
|
(hard_locale): Use "", not 0 as 2nd arg to setlocale.
From Jan Fedak.
|
|
38239924
|
2000-10-15T16:44:54
|
|
*** empty log message ***
|
|
7bbb7f5d
|
2000-10-15T16:44:45
|
|
(WIDE_CHAR_SUPPORT): Define if _LIBC as well.
Mostly, just a test of the CVS repository.
|
|
1e3308d2
|
2000-09-25T00:01:22
|
|
*** empty log message ***
|
|
a1c89a59
|
2000-09-25T00:00:58
|
|
(rol): Define (from GnuPG).
|
|
c012ff94
|
2000-09-24T23:59:39
|
|
Give credit (GnuPG) where due.
(M): Use rol rather than open-coding it.
Add a FIXME comment.
|
|
434ea095
|
2000-09-21T14:40:09
|
|
*** empty log message ***
|
|
05a3c50f
|
2000-09-21T05:40:34
|
|
*** empty log message ***
|
|
a0611e0e
|
2000-09-21T05:40:28
|
|
(parse_user_spec): Remove debugging printf I'd added.
Argh!
|
|
9805c056
|
2000-09-20T08:05:39
|
|
*** empty log message ***
|
|
9c1387f3
|
2000-09-20T08:05:24
|
|
(libfetish_a_SOURCES): Add sha.c.
(noinst_HEADERS): Add sha.h.
Based on code from Scott G. Miller and from GnuPG.
|
|
0ee31d9c
|
2000-09-19T15:47:02
|
|
Add warning to top of source files
|
|
3bb7f107
|
2000-09-18T06:37:15
|
|
*** empty log message ***
|
|
eac94943
|
2000-09-18T06:37:01
|
|
(AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
Otherwise, everyone ends up linking with -lelf for some configurations.
Reported by Mike Stone.
|
|
f7aee743
|
2000-09-17T13:02:43
|
|
shrink tmp array length from 80 to 16.
|
|
6d03f507
|
2000-09-17T13:01:02
|
|
use gnupg R/M macros
|
|
7b536cbc
|
2000-09-17T12:54:25
|
|
checkpoint
|
|
0900961d
|
2000-09-17T11:12:31
|
|
*** empty log message ***
|
|
597ddd2b
|
2000-09-17T11:11:26
|
|
remove debug junk
|
|
d5d02232
|
2000-09-17T11:11:01
|
|
moving to gnupg's version of sha1.c
|
|
7935e591
|
2000-09-17T11:08:06
|
|
snapshot of massaged original
|
|
023946e6
|
2000-09-16T16:49:23
|
|
.
|
|
ad021dd8
|
2000-09-16T16:47:06
|
|
*** empty log message ***
|
|
a7bb2958
|
2000-09-16T16:46:50
|
|
Update from libc.
|
|
136635bd
|
2000-09-10T07:31:54
|
|
*** empty log message ***
|
|
ba39214f
|
2000-09-10T07:31:44
|
|
(_getopt_internal): Update from glibc.
|
|
115741fa
|
2000-09-09T16:02:37
|
|
*** empty log message ***
|
|
3bd332e0
|
2000-09-09T15:56:26
|
|
Rename ISASCII to IN_CTYPE_DOMAIN.
|
|
66dffb73
|
2000-09-09T07:20:54
|
|
*** empty log message ***
|
|
2bcfb3c5
|
2000-09-09T07:20:46
|
|
Don't use atoi.
Include sys/param.h and limits.h.
Include xstrtol.h.
(CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
(UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
(parse_user_spec): Use xstrtoul, not atoi when converting numeric
UID, GID. Check range.
|
|
c07f54b3
|
2000-09-06T20:04:17
|
|
*** empty log message ***
|