summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-17(main) [DEFAULT_IGNORE_FILE]: Remove code to use a defaultJim Meyering
2006-04-17*** empty log message ***Jim Meyering
2006-04-17(Input processing in ptx): Remove mention of theJim Meyering
2006-04-17*** empty log message ***Jim Meyering
2006-04-17*** empty log message ***Jim Meyering
2006-04-17(openat_needs_fchdir) [defined __OPENAT_PREFIX]:Paul Eggert
2006-04-15(futimens): glibc futimesat messes up if /proc isn't mounted.Paul Eggert
2006-04-14*** empty log message ***Jim Meyering
2006-04-14remove SPACEs before TABJim Meyering
2006-04-14*** empty log message ***Jim Meyering
2006-04-14(fts_open): Don't allocate parent if *argv==NULL. Patch from glibc.Jim Meyering
2006-04-14(fts_build): Free `head' before returning NULL, in two places,Jim Meyering
2006-04-14(fts_build): Remove just-#if-0'd code and the code thatJim Meyering
2006-04-14(fts_build): #if-0-out a block of unused code. Patch via glibc.Jim Meyering
2006-04-13Don't use wchar_t or wctype_t; update comment.Paul Eggert
2006-04-13(RE_DUP_MAX): Update comment to match current implementation.Paul Eggert
2006-04-13(init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18NPaul Eggert
2006-04-13(What information is listed): Document 'ls' type letters.Paul Eggert
2006-04-12Port to Interix.Paul Eggert
2006-04-12(sync) [!HAVE_SYNC]: New macro.Paul Eggert
2006-04-12(USE_STATVFS): New macro.Paul Eggert
2006-04-12(main) [! HAVE_SETGROUPS]: Don't call setgroups.Paul Eggert
2006-04-12(linkfunc): Remove. This method ran into a compiler/linkerPaul Eggert
2006-04-12(gl_MACROS): Check for setgroups and sync, since theyPaul Eggert
2006-04-12Include <inttypes.h> and <stdint.h> if they exist.Paul Eggert
2006-04-12Don't include <inttypes.h> or <stdint.h>, sincePaul Eggert
2006-04-12csplit, nl, expr now conform to POSIX better, and arePaul Eggert
2006-04-12(expr invocation): expr exit status is 3 only forPaul Eggert
2006-04-12Clear the RE_NO_EMPTY_RANGES re syntax option, as this is a less intrusivePaul Eggert
2006-04-12expr, csplit, nl patches to conform better to POSIX and/or traditionalPaul Eggert
2006-04-12Use \{...\} in test RE, to test that we're conforming to POSIX.Paul Eggert
2006-04-12(fail-a): Adjust exit status to match new expr behavior, for status 2 versus 3.Paul Eggert
2006-04-12(docolon): Set re_syntax_options to a value that is compatible withPaul Eggert
2006-04-12(build_type_arg): Set re_syntax_options to a value that is compatiblePaul Eggert
2006-04-12(extract_regexp): Set re_syntax_options to aPaul Eggert
2006-04-12(gl_TIME_R): Add AC_LIBSOURCES for time_r.c and time_r.h.Paul Eggert
2006-04-12Do not assume that 'sed' can handle long, newline-free input.Paul Eggert
2006-04-12Solaris 8 sh doesn't understand "if !". Do not assume that 'sed' canPaul Eggert
2006-04-11Adjust to new regex.h API (with new fastmap type), and cleanPaul Eggert
2006-04-11(compiled_separator_fastmap): New ver.Paul Eggert
2006-04-11(context_regex_string, word_regex_string): Remove.Paul Eggert
2006-04-11(body_fastmap, header_fastmap, footer_fastmap):Paul Eggert
2006-04-11(docolon): Allocate and use a fastmap.Paul Eggert
2006-04-11Update copyright year.Paul Eggert
2006-04-11(struct control): Put re_compiled member at thePaul Eggert
2006-04-10remove useless spaces before TABsJim Meyering
2006-04-10Import latest regex module from gnulib.Paul Eggert
2006-04-09Add 'hostid' to System context menu line.Paul Eggert
2006-04-09(Top): Fix typo in System context menu entry: hostid wasn't mentioned.Paul Eggert
2006-03-30(iwrite): Remove assignment without effect.Jim Meyering