Log

Author Commit Date CI Message
Jim Meyering 96b34d0a 1998-01-11T09:14:29 .
Jim Meyering 8e83ae95 1998-01-11T09:12:30 *** empty log message ***
Jim Meyering 8d4e2190 1998-01-11T08:02:39 .
Jim Meyering f070be1e 1998-01-10T16:24:46 .
Jim Meyering 6e5edced 1998-01-10T16:24:26 (EXTRA_DIST): Add const.m4.
Jim Meyering f17c458f 1998-01-10T15:57:57 .
Jim Meyering 2ac2dc22 1998-01-10T14:25:27 .
Jim Meyering c0a160df 1998-01-10T10:28:37 (make_path): Reformat 3 if-stmts to test `if (newly_created_dir)' only once. Suggestion from Andreas Schwab.
Jim Meyering 0078bf81 1998-01-10T10:22:30 (make_path): Put only newly created directories on the LEADING_DIRS list.
Richard Stallman 7bb256f0 1998-01-09T23:24:24 (re_search_2): Fix call to CHAR_HEAD_P. (re_match_2_internal): Use PTR_BYTE_POS and PT_BYTE.
Jim Meyering 6509445b 1998-01-06T23:53:33 Add %expect directive. Move inclusion of getdate.h and dependent extern declarations down so getdate.h's prototype follows the sometimes-enabled definition of `const' to nothing. Otherwise, the prototype wouldn't match the definition because of the defined-away `const'. (get_date): ANSI-fy definition. From Kaveh Ghazi.
Jim Meyering 447637a2 1998-01-05T17:38:38 (get_fs_usage): Add parens.
Jim Meyering 86e7bdec 1998-01-05T17:33:54 (PROPAGATE_ALL_ONES): New macro. (get_fs_usage): If a value consists entirely of 1 bits, propagate this info to the output by setting it to (uintmax_t) -1.
Jim Meyering d73977d6 1998-01-04T22:46:40 .
Jim Meyering 8d4076eb 1998-01-04T22:43:44 (parse_long_options): Check for write error to stdout before exiting.
Jim Meyering d54d7659 1998-01-04T22:42:38 (libfu_a_SOURCES): Add closeout.c. (noinst_HEADERS): Add closeout.h.
Jim Meyering 23928550 1998-01-04T21:47:31 .
Jim Meyering f76477e5 1998-01-03T22:53:52 .
Jim Meyering 0dafb5ac 1998-01-03T22:14:58 .
Jim Meyering 5c35327d 1998-01-03T11:56:58 Guard PARAMS-enabling definition with `defined PROTOTYPES || (defined __STDC__ && __STDC__)' to be consistent.
Jim Meyering ce90c371 1998-01-03T11:56:09 Guard PARAMS-enabling definition with `defined PROTOTYPES || (defined __STDC__ && __STDC__)' to avoid problems with Irix4's cc. From Kaveh Ghazi.
Jim Meyering 9af5c927 1998-01-02T23:15:39 (make_path): Try to change ownership only if we've just created the directory. Fix latent bug (s/&&/||/ in two places -- also, note that it could not be exercised via install or mkdir) whereby chown would not be invoked when only one of owner/group is not -1.
Jim Meyering cbf703ed 1997-12-31T11:01:35 Define and use PARAMS, not __EXCLUDE_P.
Jim Meyering a2230838 1997-12-31T11:01:18 Use PARAMS, not __EXCLUDE_P.
Jim Meyering 17c2b29a 1997-12-29T12:02:43 (invalid_arg): Use a single fprintf and whole format statements to ease translation. Convert from K&R to ANSI function dcls.
Jim Meyering a65209cb 1997-12-28T10:41:01 Use ANSI syntax, not K&R.
Jim Meyering 14ffdc38 1997-12-28T10:38:15 (make_path) [!__STDC__]: Remove K&R-style definition.
Jim Meyering 8534f897 1997-12-28T09:48:26 define PARAMS
Jim Meyering 7c967739 1997-12-28T08:04:08 Add PARAMS.
Jim Meyering bb94db1f 1997-12-25T17:44:08 (_GNU_SOURCE): Define only if not already defined.
Jim Meyering 0f905c09 1997-12-25T17:02:25 Declare stpcpy only if not defined as macro.
Jim Meyering fd29624f 1997-12-25T16:49:08 Declare stpcpy only if not defined as macro.
Jim Meyering 4a20d8d5 1997-12-25T16:48:51 Include <string.h> if available.
Jim Meyering 419885fc 1997-12-24T13:16:54 .
Jim Meyering adaad719 1997-12-21T22:48:08 .
Jim Meyering c3ced3b0 1997-12-21T12:29:32 .
Jim Meyering 5da09db5 1997-12-21T12:11:32 *** empty log message ***
Jim Meyering ea35b886 1997-12-21T12:10:26 increment serial number
Jim Meyering 8b2e30e4 1997-12-21T12:10:07 Fix reversed types on -1 args to chown. From Kaveh Ghazi.
Jim Meyering 5ce2b92a 1997-12-21T11:57:17 remove FIXME-describe comments
Jim Meyering 8a89b026 1997-12-21T11:56:34 add FIXME-describe comments
Jim Meyering 0c7a2d17 1997-12-21T11:46:49 (libfu_a_SOURCES): Add exclude.c. (noinst_HEADERS): Add exclude.h.
Jim Meyering 76b20a24 1997-12-21T11:43:34 .
Jim Meyering 358e52e8 1997-12-21T11:22:51 Use PARAMS, not __P.
Jim Meyering db0e2b8c 1997-12-21T11:17:20 (rpl_chown): Rename from chown. Undefine chown just after including config.h. Include sys/stat.h. Use correct ordering of uid and gid parameters both in function definition and in call to chown. With patches from Kaveh Ghazi.
Jim Meyering 331683f2 1997-12-14T15:15:07 s/HAVE_DECLARATION_/HAVE_DECL_/.
Jim Meyering d40d8d7c 1997-12-14T15:12:29 cast memcpy to char*
Jim Meyering b79b9b8f 1997-12-14T15:03:38 Add #serial 1.
Jim Meyering 53a77016 1997-12-14T12:03:55 add lseek
Jim Meyering 4a087195 1997-12-14T12:03:38 *** empty log message ***
Jim Meyering 132e865c 1997-12-14T08:03:18 *** empty log message ***
Jim Meyering a46a42ae 1997-12-14T08:03:07 s/DECLARATION_/DECL_/g. Add memchr.
Jim Meyering d058c282 1997-12-14T07:44:38 *** empty log message ***
Jim Meyering 9fb93371 1997-12-14T07:40:32 s/HAVE_DECLARATION_/HAVE_DECL_/g
Jim Meyering 7b80abb2 1997-12-13T22:55:52 .
Karl Heuer 6362f299 1997-12-11T07:21:05 (GROW_FAIL_STACK): Fix test for stack size at max.
Karl Heuer fbbc28d1 1997-12-09T23:04:38 (GROW_FAIL_STACK): Fix previous change: update (fail_stack).size properly.
Karl Heuer 9a15e12b 1997-12-09T23:01:27 (TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS. Define it simply as a number. (DOUBLE_FAIL_STACK, regex_compile): Set the limit at the size TYPICAL_FAILURE_SIZE specifies, rather than at twice that much. (re_max_failures): Double the initial values. (INIT_FAIL_STACK): Use TYPICAL_FAILURE_SIZE so that INIT_FAILURE_ALLOC counts in the proper units. (INIT_FAILURE_ALLOC): Increase to 20. (FAIL_STACK_GROWTH_FACTOR): New macro. (GROW_FAIL_STACK): Renamed from DOUBLE_FAIL_STACK. FAIL_STACK_GROWTH_FACTOR controls what ratio to increase size by.
Jim Meyering 91d1f3b1 1997-12-06T21:18:14 .
Jim Meyering 1d431e25 1997-12-06T21:16:57 .
Jim Meyering 79796861 1997-12-06T09:18:32 .
Jim Meyering 7591bc27 1997-12-06T08:27:25 (re_compile_fastmap): Remove dcl of unused num_regs.
Jim Meyering f4708542 1997-11-30T15:17:48 *** empty log message ***
Jim Meyering 727606d3 1997-11-30T15:14:10 .
Jim Meyering 667a7002 1997-11-30T14:20:17 (savedir): Revert last change. malloc always works when called with zero, because we use the wrapper if the system version is lacking.
Jim Meyering 4e39e159 1997-11-30T13:43:36 *** empty log message ***
Jim Meyering 0e00f8c8 1997-11-30T13:35:45 (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
Jim Meyering a08ea6a1 1997-11-30T13:35:35 .
Jim Meyering 417d9255 1997-11-30T13:35:25 *** empty log message ***
Jim Meyering 119c0ea9 1997-11-30T11:17:28 filter through cppi
Jim Meyering c6a7477b 1997-11-30T11:16:14 remove trailing blank
Jim Meyering 42313b42 1997-11-30T11:10:24 (human_readable): Convert to ANSI-style definition. [lint]: Define `power'.
Jim Meyering 6c075911 1997-11-30T11:08:39 filter through cppi
Jim Meyering 0fb8af56 1997-11-30T11:08:23 .
Jim Meyering 6f82b55a 1997-11-30T10:24:41 (savedir): Check for size zero before invoking malloc; this can occur if st_size arg overflows on conversion to unsigned int. All callers now cast st_size arg to unsigned int.
Jim Meyering be57b451 1997-11-30T10:24:38 (getuidbyname, getgidbyname): Names can now be NULL in cache. This change merely fixes ifdeffed-out code.
Jim Meyering 1bbd61b9 1997-11-30T10:24:32 New file. The interface is inspired by the human_readable function that was in du.c, but it's pretty much rewritten from scratch.
Jim Meyering d79fd750 1997-11-30T10:24:28 (struct fs_usage): New member fsu_blocksize. Other members are now uintmax_t, not long.
Jim Meyering b8442ced 1997-11-30T10:24:24 Do all calculations using uintmax_t. Include <inttypes.h> if available. (adjust_blocks, CONVERT_BLOCKS): Remove. (get_fs_usage): Set new member fsu_blocksize, and do not convert numbers to 512-byte block units; this avoids overflow here. Cast lseek arg to off_t, not long.
Jim Meyering 1cc4ba44 1997-11-30T10:24:20 (st_blocks): long -> off_t. Avoid arithmetic overflow when size is near max. Depend on _POSIX_SOURCE and BSIZE, not _POSIX_VERSION, for compatibility with system.h. (BSIZE): Remove definition, since if BSIZE is not defined we're never invoked.
Jim Meyering 05807594 1997-11-30T10:24:16 (libfu_a_SOURCES): Add new file human.c. (noinst_HEADERS): Add new file human.h.
Jim Meyering 857c407a 1997-11-29T18:05:14 .
Jim Meyering 71865b58 1997-11-24T14:21:16 also test for stdlib.h don't use STDC_HEADERS in ifdef for stdlib.h
Jim Meyering 762a15fd 1997-11-19T18:57:40 add PARAMS around prototype lists
Jim Meyering fb19b990 1997-11-19T18:55:53 .
Jim Meyering 1b090a94 1997-11-19T18:55:31 revert a mempcpy to memcpy
Jim Meyering eb53ea1e 1997-11-19T15:04:15 (AUTOMAKE_OPTIONS): Use ansi2knr so *I* don't have to convert my hash package to use k&r C.
Jim Meyering fd396561 1997-11-18T03:32:00 (_REENTRANT): #define, as some hosts need this to declare localtime_r properly. From Paul Eggert.
Jim Meyering f8a779bf 1997-11-18T03:29:24 .
Jim Meyering 3b078cb5 1997-11-17T15:45:19 undef putenv
Jim Meyering a582117f 1997-11-17T15:13:41 add jm_ prefix to use of am_cv_func_working_mktime increment serial #
Jim Meyering 96c68141 1997-11-15T19:58:19 .
Jim Meyering 9ca342dc 1997-11-15T19:43:06 include unistd.h
Jim Meyering 267a5986 1997-11-15T17:18:01 remove fixup_null_alloc prototype
Jim Meyering a2e793d9 1997-11-15T17:14:10 (EXTRA_DIST): Add mktime.m4.
Jim Meyering 3ae081ca 1997-11-15T17:13:02 Require jm_AM_FUNC_MKTIME, not the one from automake.
Jim Meyering 30947780 1997-11-15T13:17:15 Check for %F format. Add comments.
Jim Meyering 760d759a 1997-11-15T05:41:02 (bigtime_test): New function from Paul Eggert to detect SunOS4.1.4's infinite looping mktime. Portability tweaks from Paul Eggert.
Jim Meyering 79f0c0b0 1997-11-15T05:28:04 Temporarily add a copy of this file from the automake distribution. Update names to have jm_ prefix. (irix_6_4_bug): New function based on code from Ariel Faigon.
Jim Meyering 353959ab 1997-11-15T05:24:30 .