1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00
This commit is contained in:
Jim Meyering
1996-10-11 04:50:54 +00:00
parent 4d0af9ead4
commit 51293cdf6f
2 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
Thu Oct 10 23:47:34 1996 Jim Meyering <meyering@na-net.ornl.gov>
* lib/Makefile.am (EXTRA_DIST): Remove posixtm.y and getdate.y.
(fu_SOURCES): Put them here instead.
Remove rules for building getdate.c and posixtm.c; now automake
generates those rules.
* lib/ylwrap: New file.
* lib/interlock: New file.
Wed Oct 9 06:51:47 1996 Jim Meyering <meyering@na-net.ornl.gov>
* src/ls.c (usage): Improve brief descriptions of --sort and --time.

View File

@@ -1,3 +1,12 @@
Thu Oct 10 23:50:05 1996 Jim Meyering <meyering@na-net.ornl.gov>
* lib/Makefile.am (EXTRA_DIST): Remove posixtm.y and getdate.y.
(su_SOURCES): Put them here instead.
Remove rules for building getdate.c and posixtm.c; now automake
generates those rules.
* lib/ylwrap: New file.
* lib/interlock: New file.
Wed Oct 9 00:26:55 1996 Jim Meyering <meyering@na-net.ornl.gov>
* lib/getloadavg.c [__sun]: Define sun. Reported by Kaveh Ghazi.