Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-22 | Use our own fnmatch(). | Todd C. Miller | |
1997-09-20 | Support for building libgmp only if something has changed. | Tobias Weingartner | |
This helps me with not having root re-build libgmp every- time I install the system. | |||
1997-09-17 | disable MKTEMP_EACH_FILE, it is not coded correctly inside gcc.c | Theo de Raadt | |
1997-09-17 | Opps, forgot about write.c on the alpha. | Jason Downs | |
1997-09-15 | Add mkisofs. | Jason Downs | |
1997-09-15 | mkisofs 1.11. Not wrappered, unfortunately. Stripped of most of the | Jason Downs | |
extra junk. | |||
1997-09-14 | exit 1, not count, because if count > 127... or if count == 255+1 | Theo de Raadt | |
1997-09-11 | fix vfork error report | Theo de Raadt | |
1997-09-11 | new category: ports, for the FreeBSD ports system | Niklas Hallqvist | |
1997-09-08 | permit perl to build non-interactively. I hate making changes to stuff | Theo de Raadt | |
like this, but the code as written is just plain wrong. A few people have been burned by this; klatte@hrz.uni-kassel.de, pr#312 | |||
1997-09-05 | after configure, call "make all-recursive" instead of "make" -- this | flipk | |
short-circuits the dependencies that try to run things like automake which we don't have and touch timestamp files in the source dir. texinfo now appears to build in a read-only tree. | |||
1997-09-05 | MKINSTALLDIRS is two words ("sh [..]/mkinstalldirs") and the | flipk | |
"test -f" was failing (too many args). this test is defunct anyway, remove it. this removes (for real!) the necessity to have mkinstalldirs executable. | |||
1997-09-05 | use GLOBAL_AUTOCONF_CACHE | kstailey | |
1997-09-05 | update GLOBAL_AUTOCONF_CACHE to new style | kstailey | |
1997-09-05 | add support for GLOBAL_AUTOCONF_CACHE | kstailey | |
1997-09-04 | add %cr4 (from freebsd) | chuck | |
1997-08-30 | minor errors; josh@quick.net | Theo de Raadt | |
1997-08-30 | minor errors; josh@quick.net | Theo de Raadt | |
1997-08-27 | fix ' use | Theo de Raadt | |
1997-08-27 | DOH! did I not revert this yesterday? our gcc can't deal with correct | Niklas Hallqvist | |
C++ code :-( | |||
1997-08-26 | Updated to Cygnus versions (egcs uncovered many bugs) | Niklas Hallqvist | |
1997-08-26 | getline template badly instantiated, found by compiling with egcs | Niklas Hallqvist | |
1997-08-22 | Comment out rule to build *.gmo from *.po since the tools to do so are | Todd C. Miller | |
not in the tree and we can't count on timestamps. | |||
1997-08-20 | do the unix thing; janjaap@stack.nl | Theo de Raadt | |
1997-08-18 | Add some missing $(srcdir)s. Makes texinfo a little bit closer | Niklas Hallqvist | |
to work on readonly /usr/src systems. | |||
1997-08-18 | take out debug mode | kstailey | |
1997-08-18 | sigh again | kstailey | |
1997-08-18 | sigh | kstailey | |
1997-08-18 | back out 1.22 | kstailey | |
1997-08-18 | set x bits on critical files | kstailey | |
1997-08-11 | Use mktemp(1) to avoid potential /tmp/ and cwd races. | Todd C. Miller | |
1997-08-07 | enhance -v documentation | kstailey | |
1997-08-06 | fix grep memory leak due due to using valloc to grow line buffer and be more ↵ | grr | |
conservative about growing buffer in the face of arbitrarily long lines | |||
1997-08-06 | OpenBSD customization. As we have DESTDIR as a maketime configuration option, | Niklas Hallqvist | |
infodir and friends must be passed down dynamically to subdir makes. Also did some style nits in the wrapper for consistency. | |||
1997-08-05 | Don't create /usr/share/locale/usr/src/gnu/usr.bin/texinfo/po and things. | kstailey | |
[the newly consecrated /usr/share/locale glows black] You should probably "rm -rf /usr/share/locale/usr" if you have installed texinfo since 1-Aug-1997. | |||
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |
1997-08-04 | null terminate input | kstailey | |
1997-08-04 | do not permit gzexe on sh -- the results are terrifying; finrod@pugwash.priv.no | Theo de Raadt | |
1997-08-03 | mips needs -call_shared to as for asm code | Per Fogelstrom | |
1997-08-03 | Stupid hack to keep build from dying in texinfo/po when @obj is in da house. | kstailey | |
You will probably have to re-fetch texinfo if your build blew up in the past. Sorry. Should really have GNU autoconf 2.12 in the tree, but Theo does't like it. Hmmm, that's a really good reason to hack derived files instead of source. | |||
1997-08-01 | not in 3.11 | kstailey | |
1997-08-01 | weird build shit | kstailey | |
1997-08-01 | updates for 3.11 | kstailey | |
1997-08-01 | fix conflicts | kstailey | |
1997-08-01 | Import of FSF texinfo 3.11 | kstailey | |
1997-08-01 | add wgrisc to mipsle machines | Per Fogelstrom | |
1997-08-01 | optimize GLOBAL_AUTOCONF_CACHE code | kstailey | |
1997-07-30 | respect INSTALL_STRIP=-s on alpha | kstailey | |
add GLOBAL_AUTCONF_CACHE (for the fortran bits) | |||
1997-07-30 | respect INSTALL_STRIP=-s on alpha (only one binary is unstripped now) | kstailey | |
add GLOBAL_AUTCONF_CACHE (it's in my whole tree, yours soon too) | |||
1997-07-29 | disable e2fsprogs for now | Theo de Raadt | |