| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove src/s/hpux10-20.h | Glenn Morris | 2012-07-30 | 1 | -27/+0 |
* | Move GC_SETJMP_WORKS, GC_MARK_STACK from src/s to configure | Glenn Morris | 2012-07-13 | 1 | -4/+0 |
* | Move "system type" macros from src/s to configure | Glenn Morris | 2012-07-12 | 1 | -9/+0 |
* | Move NO_EDITRES from src/s to configure | Glenn Morris | 2012-07-12 | 1 | -4/+0 |
* | Do not unconditionally define HAVE_XRMSETDATABASE on some systems | Glenn Morris | 2012-07-12 | 1 | -6/+0 |
* | Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF from src/s to configure | Glenn Morris | 2012-07-12 | 1 | -8/+0 |
* | Move FIRST_PTY_LETTER, PTY_ITERATION from src/s to configure | Glenn Morris | 2012-07-11 | 1 | -4/+0 |
* | Move more stuff from src/s to configure | Glenn Morris | 2012-07-11 | 1 | -5/+0 |
* | All platforms using configure support HAVE_PTYS and HAVE_SOCKETS | Glenn Morris | 2012-07-11 | 1 | -6/+0 |
* | All the cool platforms support CLASH_DETECTION... | Glenn Morris | 2012-07-11 | 1 | -5/+0 |
* | Assume perror. | Paul Eggert | 2012-07-10 | 1 | -3/+0 |
* | Move DATA_START, DATA_SEG_BITS from src/s to configure | Glenn Morris | 2012-07-10 | 1 | -5/+0 |
* | Replace some src/s undefs by never even checking on relevant platforms | Glenn Morris | 2012-07-06 | 1 | -11/+2 |
* | Move NO_TERMIO, BROKEN_SIGIO from src/s to configure | Glenn Morris | 2012-06-12 | 1 | -6/+0 |
* | Move SYSTEM_TYPE from src/s to configure | Glenn Morris | 2012-06-11 | 1 | -4/+0 |
* | Remove obsolete '#define static' cruft. | Paul Eggert | 2012-05-30 | 1 | -6/+0 |
* | Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). | Paul Eggert | 2012-04-13 | 1 | -0/+4 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Merge from trunk. | Paul Eggert | 2011-11-13 | 1 | -1/+1 |
|\ |
|
| * | Fix typos. | Juanma Barranquero | 2011-11-12 | 1 | -1/+1 |
* | | Standardize on VIRT_ADDR_VARIES behavior; otherwise, valgrind | Paul Eggert | 2011-11-10 | 1 | -8/+0 |
|/ |
|
* | Import getloadavg module from gnulib. | Paul Eggert | 2011-02-15 | 1 | -21/+0 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -2/+3 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -3/+2 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Remove HAVE_TERMIOS definitions. | Dan Nicolaescu | 2010-09-20 | 1 | -6/+0 |
* | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-08-22 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New | Peter O'Gorman | 2010-08-09 | 1 | -5/+3 |
* | | Clean up unexec.c, remove references to unused code. | Dan Nicolaescu | 2010-07-28 | 1 | -6/+0 |
* | | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -4/+0 |
* | | Simplify start_of_data, start_of_text and related code. | Dan Nicolaescu | 2010-07-07 | 1 | -1/+0 |
* | | Remove BSTRING related code, all platforms define it. | Dan Nicolaescu | 2010-06-06 | 1 | -6/+0 |
* | | Move UNEXEC definition to autoconf. | Dan Nicolaescu | 2010-06-03 | 1 | -2/+0 |
* | | Reformat some comments in src/s/*.h. | Glenn Morris | 2010-05-11 | 1 | -46/+19 |
* | | Move LIBS_SYSTEM from cpp to configure. | Glenn Morris | 2010-05-09 | 1 | -5/+3 |
* | | Move TERMINFO, LIBS_TERMCAP from cpp to configure. | Glenn Morris | 2010-05-07 | 1 | -9/+0 |
* | | Define LIB_STANDARD and START_FILES using autoconf. | Dan Nicolaescu | 2010-05-06 | 1 | -3/+0 |
* | | Remove NEED_BSDTTY and NEED_UNISTD_H. | Dan Nicolaescu | 2010-05-06 | 1 | -3/+0 |
* | | * s/hpux10-20.h (LIB_STANDARD): New definition. | Dan Nicolaescu | 2010-05-03 | 1 | -3/+2 |
* | | Move LIBXMU from cpp to configure. | Glenn Morris | 2010-04-28 | 1 | -6/+0 |
* | | Use $CRT_DIR in more places. | Glenn Morris | 2010-04-26 | 1 | -1/+1 |
* | | Remove redundant flags. | Dan Nicolaescu | 2010-04-23 | 1 | -5/+0 |
* | | Simplify STARTFILES definition. | Dan Nicolaescu | 2010-04-23 | 1 | -0/+2 |
* | | Clean up HP-UX files. | Dan Nicolaescu | 2010-04-21 | 1 | -0/+45 |
* | | Simplify LD_SWITCH_SYSTEM_TEMACS usage. | Dan Nicolaescu | 2010-04-20 | 1 | -5/+0 |
* | | Simplify code for HP machines. | Dan Nicolaescu | 2010-04-06 | 1 | -0/+5 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |