summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
1999-04-06add libc items from old libc/hurd/STATUS listRoland McGrath
1999-03-15*** empty log message ***Thomas Bushnell
1999-03-12*** empty log message ***Thomas Bushnell
1999-03-09*** empty log message ***Thomas Bushnell
1999-02-22*** empty log message ***Thomas Bushnell
1999-02-19*** empty log message ***Thomas Bushnell
1999-02-18*** empty log message ***Thomas Bushnell
1999-02-16libc itemsRoland McGrath
1999-02-16*** empty log message ***Thomas Bushnell
1999-02-16*** empty log message ***Thomas Bushnell
1999-02-16*** empty log message ***Thomas Bushnell
1999-02-16*** empty log message ***Thomas Bushnell
1998-11-23libps: add incremental output optionsRoland McGrath
1998-11-16*** empty log message ***Thomas Bushnell
1998-07-19add TODO item for stdio->libio conversionRoland McGrath
1998-07-07Tue Jul 7 11:39:08 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* Makeconf (%.o): New rules (from %.c and %.S) so that we can specify file-specific CPPFLAGS (already in use by utils/Makefile for utils/ping.c). (%_pic.o, $_p.o, make-deps): Also grok file-specific CPPFLAGS. Reported by Gordon Matzigkeit (gord@gnu.org). * INSTALL-cross: Updated by Gordon Matzigkeit (gord@gnu.org).
1998-06-29*** empty log message ***Thomas Bushnell
1998-06-29*** empty log message ***Thomas Bushnell
1998-06-29*** empty log message ***Thomas Bushnell
1998-04-15*** empty log message ***Thomas Bushnell
1998-03-04*** empty log message ***Thomas Bushnell
1997-09-16*** empty log message ***Thomas Bushnell
1997-09-16*** empty log message ***Thomas Bushnell
1997-08-20*** empty log message ***Thomas Bushnell
1997-08-20*** empty log message ***Thomas Bushnell
1997-07-25.Miles Bader
1997-07-23Mon Jul 21 16:18:50 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makeconf (linking .prof executable): Don't mutate library names here. (making %.prof_d special target): Mutate library names here. (%.prof_d): Depend on Makefile in srcdir.
1997-06-30*** empty log message ***Thomas Bushnell
1997-06-23*** empty log message ***Thomas Bushnell
1997-05-29.Miles Bader
1997-05-23.Miles Bader
1997-05-23Fri May 23 10:06:34 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* configure.in: Use AC_PROG_CC_LOCAL instead of AC_PROG_CC. * aclocal.m4: New file. * Makefile (DIST_FILES): Add aclocal.m4. (Patch from Marcus G. Daniels, marcus@cathcart.sysc.pdx.edu).
1997-04-16Mon Mar 10 17:07:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makefile (prog-subdirs): Add `serverboot'. (serverboot): New directory.
1997-02-06.Miles Bader
1997-02-06.Miles Bader
1996-12-05*** empty log message ***Thomas Bushnell
1996-12-05.Miles Bader
1996-11-20.Miles Bader
1996-11-18*** empty log message ***Thomas Bushnell
1996-11-12.Miles Bader
1996-11-12.Miles Bader
1996-11-05.Miles Bader
1996-11-05*** empty log message ***Thomas Bushnell
1996-11-01.Miles Bader
1996-10-30.Miles Bader
1996-10-26Fri Oct 25 20:17:47 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makeconf (%.prof_d): Don't set no-deps. (.prof_d inclusion): Don't do it if prof-depend=t.
1996-10-24Wed Oct 23 01:36:35 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makeconf ($(target)): Repair rule for building of .prof_d files. ($(target), $(target).prof): Refer to generated variables (-CFLAGS, -LFLAGS, -LDLIBS) by the base name ($*) not $@. (_libext): Likewise. Mon Oct 21 22:22:49 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makeconf (cleantarg) [makemode == library]: Add $(libname)_p.a. (targets) [makemode == library]: Include $(libname)_p.a in default value. ($(libdir)/$(libname)_p.a) [makemode == library]: New rule. ($(libname)_p.a) [makemode == library]: New rule. (%_p.o): Two new rules (depend on %.c or %.S). (make_deps): Make dependency now specify $*_p.o too. ($(addsuffix .prof,$(target))): New rule to link profiled objects. ($(target)): Surround usual build rule with if prof-depend == nil. ($(addsuffix .prof_d, $(target))): Include this if not a library. Also a new rule to build them. ($(target)) [prof-depend == t]: Kludge to write out its dependencies. Tue Oct 15 12:29:26 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makeconf (relink): Remove $(linktarg) always. (linktarg) [makemode == library]: Set variable. (linktarg): And also a default. * Makefile (%-relink): Set no_deps=t here. (relink): Do $(lib-subdirs) too.
1996-10-16.Miles Bader
1996-10-08Fri Oct 4 17:52:54 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makeconf ($(..)$(dir).d): Always include libhurdbugaddr in the list for non-libraries.
1996-10-08.Miles Bader