| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Permit building against either the in-tree version of db2 or a system version | Ken Raeburn | 2002-09-13 | 2 | -1/+6 |
| * | * depfix.sed: Replace db2 headers with $(DB_DEPS) | Ken Raeburn | 2002-09-13 | 2 | -0/+5 |
| * | * Makefile.in (LOCALINCLUDES): Don't reference et directory. | Ken Raeburn | 2002-09-11 | 2 | -10/+13 |
| * | Move all depfix2.sed generation into depgen.sed, so ".." in $(srcdir) and | Ken Raeburn | 2002-09-11 | 2 | -4/+69 |
| * | * Makefile.in (LOCALINCLUDES): Drop references to .. and et directories in | Ken Raeburn | 2002-09-11 | 2 | -2/+8 |
| * | use stdint.h and inttypes.h if available | Ken Raeburn | 2002-09-05 | 4 | -1/+16 |
| * | * reconf: Give up if autoreconf fails | Ken Raeburn | 2002-09-03 | 2 | -1/+5 |
| * | * mkrel: set -e to catch errors. Only build and clean autoconf if | Tom Yu | 2002-09-03 | 2 | -7/+17 |
| * | * acconfig.h: Remove file. All handled by configure.in now | Ezra Peisach | 2002-09-03 | 2 | -15/+4 |
| * | * com_err.c (default_com_err_proc, com_err_va, set_com_err_hook): Define with... | Ken Raeburn | 2002-09-02 | 2 | -16/+13 |
| * | * Makefile.in (MY_SUBDIRS) [##WIN32##]: Hide variable definition inside "!if 0" | Ken Raeburn | 2002-08-30 | 2 | -0/+11 |
| * | rename macros in last makefile.in change to use _ instead of - in names | Ken Raeburn | 2002-08-29 | 2 | -7/+7 |
| * | * Makefile.in (MAYBE_ET-k5, MAYBE_ET-sys, MAYBE_SS-k5, MAYBE_SS-sys): New | Ken Raeburn | 2002-08-29 | 2 | -1/+12 |
| * | * depfix.sed: Replace in-tree ss header files with $(SS_DEPS) | Ken Raeburn | 2002-08-29 | 2 | -0/+5 |
| * | * pty_err.et: Add final "end" statement | Ken Raeburn | 2002-08-29 | 2 | -0/+4 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 20 | -15/+45 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 1 | -0/+11 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 7 | -0/+22 |
| * | * btree/bt_split.c (bt_psplit): Correctly account for | Tom Yu | 2002-08-28 | 2 | -2/+9 |
| * | Quote targets of some copy operations within the build tree. Needed | Ken Raeburn | 2002-08-27 | 4 | -2/+11 |
| * | * Makefile: Deleted | Ken Raeburn | 2002-08-24 | 2 | -23/+2 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 22 | -16/+50 |
| * | * dbtest.c: Include btree.h if we're compiled with -DSTATISTICS | Tom Yu | 2002-08-23 | 3 | -1/+21 |
| * | * main.c: Disable append(); we don't have R_APPEND in this release | Tom Yu | 2002-08-23 | 2 | -8/+88 |
| * | * Makefile.in (LIBMINOR): Bump due to addition of bt_rseq() | Tom Yu | 2002-08-23 | 8 | -12/+474 |
| * | * db.h: Add rename and prototype for bt_rseq(); this is a kludge | Tom Yu | 2002-08-23 | 2 | -0/+7 |
| * | * Makefile.in (EXTRADEPSRCS): New variable. | Ken Raeburn | 2002-08-15 | 2 | -0/+14 |
| * | * Makefile.in (SUBDIROBJLISTS): New variable | Ken Raeburn | 2002-08-15 | 2 | -0/+5 |
| * | * Makefile.in ($(HDRS)): Depend on 'includes'. | Ken Raeburn | 2002-08-14 | 2 | -1/+8 |
| * | When directory was deleted, Makefile.in was left behind | Ezra Peisach | 2002-07-30 | 1 | -110/+0 |
| * | drop libdyn as a separate library | Ken Raeburn | 2002-07-17 | 23 | -1596/+4 |
| * | * reconf: Create include/krb5/autoconf.stmp on success if it didn't already e... | Ken Raeburn | 2002-07-17 | 2 | -1/+11 |
| * | * Makefile.in (install): Don't install libpty.h. | Ken Raeburn | 2002-07-13 | 3 | -3/+9 |
| * | *Makefile.in(install): Don't install mit-sipb-copyright.h, it's unreferenced | Ken Raeburn | 2002-07-13 | 2 | -4/+5 |
| * | Put # for cpp directives in first column | Ken Raeburn | 2002-07-09 | 2 | -2/+6 |
| * | * et_c.awk: Fix up <com_err.h> inclusion for windows and mac | Tom Yu | 2002-07-08 | 3 | -3/+15 |
| * | * Makefile.in (SLIBSH): Use vertical-bar instead of comma for substituting CC | Ken Raeburn | 2002-07-06 | 2 | -1/+6 |
| * | 2002-07-03 Tom Yu <tlyu@mit.edu> | Tom Yu | 2002-07-03 | 10 | -16/+109 |
| * | * prof_parse.c (strip_line): Simplify loop by preserving "p" rather than | Ken Raeburn | 2002-06-19 | 2 | -9/+6 |
| * | use strdup | Ken Raeburn | 2002-06-19 | 3 | -9/+26 |
| * | update dependencies | Ken Raeburn | 2002-06-15 | 3 | -37/+33 |
| * | * depfix.sed: Ignore header files under /mit/gnu/. Replace | Ken Raeburn | 2002-06-15 | 2 | -1/+7 |
| * | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -14/+14 |
| * | * depfix.sed: Ignore header files under /mit/gnu/ | Ken Raeburn | 2002-06-15 | 2 | -0/+7 |
| * | Include "com_err.h" instead of <com_err.h> | Ken Raeburn | 2002-06-13 | 14 | -13/+18 |
| * | * pty-int.h: Don't include syslog.h | Ken Raeburn | 2002-06-12 | 2 | -1/+4 |
| * | * prof_get.c (profile_get_integer): Set errno to 0 before strtol call, so we | Ken Raeburn | 2002-06-04 | 2 | -8/+22 |
| * | * sane_hostname.c (pty_make_sane_hostname): Always initialize "ai" | Ken Raeburn | 2002-05-25 | 2 | -1/+6 |
| * | * dbtest.c: Test for __STDC__ defined, not nonzero, to decide whether to use | Ken Raeburn | 2002-05-08 | 2 | -3/+8 |
| * | * prof_get.c (conf_yes, conf_no): Now const. | Ken Raeburn | 2002-05-08 | 2 | -3/+8 |