summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* .FILEUTILS-4_0mJim Meyering2000-01-022-23/+17
|
* (my_strftime): Some old compilers object toJim Meyering2000-01-021-3/+4
| | | | '\a', so don't bother optimizing for it.
* .TEXTUTILS-2_0aJim Meyering1999-12-273-0/+7
|
* *** empty log message ***Jim Meyering1999-12-271-25/+20
|
* *** empty log message ***Jim Meyering1999-12-261-0/+7
|
* *** empty log message ***Jim Meyering1999-12-261-7/+11
|
* *** empty log message ***Jim Meyering1999-12-261-1/+1
|
* (jm_FUNC_NANOSLEEP): New file/macro.Jim Meyering1999-12-261-0/+1
|
* *** empty log message ***Jim Meyering1999-12-261-2/+38
|
* *** empty log message ***Jim Meyering1999-12-252-0/+96
|
* .Jim Meyering1999-12-231-1/+10
|
* *** empty log message ***Jim Meyering1999-12-231-0/+6
|
* Check for clock_gettime (moved from fileutils/configure.in)Jim Meyering1999-12-231-0/+7
| | | | Check for gettimeofday.
* rewrite expression (equivalently) at request of Paul EggertJim Meyering1999-12-221-1/+1
|
* (get_date): Fix typo in time_t overflow test.Jim Meyering1999-12-221-2/+2
| | | | From Michael Stone.
* .Jim Meyering1999-12-201-0/+5
|
* Remove kludge, now that I'm using the fixed autoconf-2.14a-1999-12-20.Jim Meyering1999-12-201-7/+2
|
* (lstat.c): Adapt rule to handle new parts of xstat.in.FILEUTILS-4_0lJim Meyering1999-12-191-2/+12
| | | | (lstat.c): Likewise.
* (slash_aware_lstat): New function.Jim Meyering1999-12-191-2/+64
| | | | (rpl_@xstat@): Use it.
* .Jim Meyering1999-12-193-2/+14
|
* bump serial numberJim Meyering1999-12-191-1/+1
|
* Use the new macro: jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.Jim Meyering1999-12-191-0/+1
|
* *** empty log message ***Jim Meyering1999-12-192-0/+8
|
* *** empty log message ***Jim Meyering1999-12-191-7/+10
|
* *** empty log message ***Jim Meyering1999-12-181-2/+13
|
* *** empty log message ***Jim Meyering1999-12-181-0/+41
|
* Copyright up-date.Dave Love1999-12-151-1/+1
|
* 1999-12-15 Kenichi Handa <handa@etl.go.jp>Dave Love1999-12-151-5/+46
| | | | | | | | | | | | | | * regex.c (regex_compile): Adjusted for the change of CHAR_STRING. 1999-12-04 Stefan Monnier <monnier@cs.yale.edu> * regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy operators and handle them properly. * regex.h (RE_ALL_GREEDY): New option. (RE_UNMATCHED_RIGHT_PAREN_ORD): Moved to the end where alphabetic sorting would put it. (RE_SYNTAX_AWK, RE_SYNTAX_GREP, RE_SYNTAX_EGREP) (_RE_SYNTAX_POSIX_COMMON): Use the new option to keep old behavior.
* .Jim Meyering1999-12-141-10/+1
|
* (make_path): Consistently use error to outputJim Meyering1999-12-131-1/+1
| | | | | the verbose, `created directory ...' messages. Reported by Bernhard Rosenkraenzer.
* .Jim Meyering1999-12-101-0/+9
|
* .Jim Meyering1999-12-102-2/+0
|
* (_jm_STRFTIME_PREREQS): Use 3-arg form of AC_DEFINE for HAVE_TM_GMTOFF.Jim Meyering1999-12-101-1/+2
|
* .Jim Meyering1999-12-091-1/+1
|
* *** empty log message ***Jim Meyering1999-12-091-0/+8
|
* Require that File::Compare be available, too.Jim Meyering1999-12-091-5/+7
| | | | Too many systems seem to lack it.
* Add checks for most of the cpp macros tested in GNU's strftime.c.Jim Meyering1999-12-091-4/+19
| | | | Prompted by a patch from Paul Eggert.
* .FILEUTILS-4_0kJim Meyering1999-11-262-13/+145
|
* (DISTCLEANFILES): Add lstat.c and stat.c.Jim Meyering1999-11-221-0/+1
|
* .Jim Meyering1999-11-221-4/+6
|
* .Jim Meyering1999-11-221-1/+1
|
* (strstr): Include config.h.Jim Meyering1999-11-191-2/+6
| | | | Add a `;' between shloop label and `}'.
* *** empty log message ***Jim Meyering1999-11-191-0/+6
|
* (AC_SYS_LARGEFILE_FLAGS): Work around aJim Meyering1999-11-191-3/+7
| | | | | problem with the QNX 4.25 shell, which doesn't propagate exit status of failed commands inside shell assignments.
* *** empty log message ***FILEUTILS-4_0j-trialJim Meyering1999-11-171-0/+4
|
* Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.Jim Meyering1999-11-171-2/+2
|
* .Jim Meyering1999-11-132-8/+6
|
* .Jim Meyering1999-11-112-211/+57
|
* (make_path): Fix long-latent bug (note othersJim Meyering1999-11-111-1/+1
| | | | | | | just like it were fixed in 1998-01-02). A user (FIXME, who?) reported that using `install -d -g foo 1/2` only sets the group on the intermediate directory, not the final component. From Michael Stone.
* (XMALLOC): Correct misnamed macro parameter name: s/N_bytes/N_items/.Jim Meyering1999-11-091-4/+4
| | | | | (XCALLOC): Likewise. (XREALLOC): Likewise.