summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***FILEUTILS-4_0_28Jim Meyering2000-10-281-0/+5
|
* (jm_PREREQ): Add jm_PREREQ_MEMCHR.Jim Meyering2000-10-281-4/+10
| | | | (jm_PREREQ_MEMCHR): New function.
* .Jim Meyering2000-10-281-0/+1
|
* Update from libc.Jim Meyering2000-10-281-0/+5
|
* *** empty log message ***Jim Meyering2000-10-281-0/+7
|
* Update from libc.Jim Meyering2000-10-281-7/+24
| | | | | | | | 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.
* *** empty log message ***Jim Meyering2000-10-281-0/+4
|
* Update from libc.Jim Meyering2000-10-281-4/+4
|
* *** empty log message ***Jim Meyering2000-10-281-0/+5
|
* (setusershell) [HAVE_FSEEKO]: Use fseek0.Jim Meyering2000-10-281-1/+7
| | | | Patch by Ulrich Drepper.
* Update from libc.Jim Meyering2000-10-282-5/+30
|
* *** empty log message ***Stefan Monnier2000-10-271-0/+6
|
* (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)Stefan Monnier2000-10-271-13/+14
| | | | | (re_match_2_internal, re_match_2_internal, re_match_2_internal): Giving in to popular pressure to shut up the compiler with casts.
* .Jim Meyering2000-10-261-0/+4
|
* Update from libc.Jim Meyering2000-10-261-4/+5
|
* *** empty log message ***Stefan Monnier2000-10-261-0/+25
|
* More `unsigned char' -> `re_char' changes.Stefan Monnier2000-10-261-195/+165
| | | | | | | | | | | | | | | | | | | | | | | | 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'.
* *** empty log message ***Jim Meyering2000-10-251-0/+6
|
* (dir_name_r): Declare it.Jim Meyering2000-10-251-0/+3
|
* *** empty log message ***Jim Meyering2000-10-251-0/+4
|
* *** empty log message ***Jim Meyering2000-10-251-1/+0
|
* cppi, on one lineJim Meyering2000-10-251-1/+1
|
* Update from libc.Jim Meyering2000-10-252-6/+13
|
* *** empty log message ***Andrew Innes2000-10-241-0/+7
|
* (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on Andrew Innes2000-10-241-8/+13
| | | | | | 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.
* (regex_compile): Fix previous change.Kenichi Handa2000-10-241-1/+1
|
* *** empty log message ***Jim Meyering2000-10-241-0/+6
|
* (hard_locale): Revert last change -- it was simplyJim Meyering2000-10-241-1/+1
| | | | | wrong. That set_locale call must not have any side effects. From Paul Eggert.
* (regex_compile): Change the way of handling a range from a char lessKenichi Handa2000-10-241-7/+8
| | | | than 256 to a char not less than 256.
* *** empty log message ***Kenichi Handa2000-10-241-0/+5
|
* *** empty log message ***TEXTUTILS-2_0_8Jim Meyering2000-10-221-0/+3
|
* (md5_process_block) [OP]: Use `rol', not CYCLIC.Jim Meyering2000-10-221-7/+4
| | | | [CYCLIC]: Remove now-unused definition.
* .Jim Meyering2000-10-221-0/+10
|
* *** empty log message ***Jim Meyering2000-10-221-0/+6
|
* (O_DIRECTORY): Define, if needed.Jim Meyering2000-10-221-1/+5
| | | | | (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".". Suggestion from Ulrich Drepper.
* .Jim Meyering2000-10-211-25/+28
|
* *** empty log message ***Jim Meyering2000-10-211-2/+2
|
* tweak commentJim Meyering2000-10-211-2/+4
|
* (dir_name_r): New function, factored out of dir_name.Jim Meyering2000-10-211-10/+20
| | | | (dir_name): Use dir_name_r.
* *** empty log message ***Jim Meyering2000-10-211-0/+6
|
* (memrchr): Declare if necessary.Jim Meyering2000-10-211-7/+72
| | | | | | | (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.
* (jm_PREREQ_DIRNAME): New macro.Jim Meyering2000-10-211-1/+8
|
* (AC_REPLACE_FUNCS): Add memrchr.Jim Meyering2000-10-211-2/+2
|
* (jm_CHECK_DECLS): Also check for memrchr.Jim Meyering2000-10-211-1/+2
|
* *** empty log message ***Jim Meyering2000-10-212-0/+13
|
* New file, derived from the one in GNU libc.Jim Meyering2000-10-211-0/+209
|
* *** empty log message ***Jim Meyering2000-10-171-1/+1
|
* *** empty log message ***Jim Meyering2000-10-171-0/+1
|
* *** empty log message ***Jim Meyering2000-10-171-0/+2
|
* [PARAMS]: Define and use.Jim Meyering2000-10-171-2/+10
|