| Commit message (Expand) | Author | Age | Files | Lines |
| * | (make_temp_name): Don't use `%s' in string passed to | Gerd Moellmann | 2000-06-20 | 1 | -1/+1 |
| * | (sigprocmask_set): New variable. | Gerd Moellmann | 2000-06-20 | 1 | -0/+4 |
| * | (sigblock, sigunblock) [USG5_4]: Set | Gerd Moellmann | 2000-06-20 | 1 | -2/+8 |
| * | (sigblock): Redefined to pass a pointer as second | Gerd Moellmann | 2000-06-20 | 2 | -2/+6 |
| * | (make_hash_table, maybe_resize_hash_table): Cast arg of | Dave Love | 2000-06-20 | 1 | -3/+5 |
| * | (turn-off-auto-fill): New function. | Gerd Moellmann | 2000-06-20 | 1 | -0/+5 |
| * | (pc-selection-mode): Bind `M-\d' | Gerd Moellmann | 2000-06-20 | 1 | -2/+2 |
| * | (emacs-version): Use ISO date format. | Gerd Moellmann | 2000-06-20 | 1 | -1/+1 |
| * | [emacs]: Include lisp.h. | Dave Love | 2000-06-20 | 1 | -1/+3 |
| * | [emacs] Test HAVE_FCNTL_H, not USG5. Include lisp.h and unistd.h. | Dave Love | 2000-06-20 | 1 | -2/+6 |
| * | Don't declare xmalloc, xrealloc. | Sam Steingold | 2000-06-20 | 2 | -363/+366 |
| * | *** empty log message *** | Stefan Monnier | 2000-06-20 | 2 | -11/+35 |
| * | (re_match, re_match_2): Protect calls to alloca (0). | Stefan Monnier | 2000-06-20 | 1 | -3/+10 |
| * | (JIT Lock Mode): jit-lock-mode is not a command any more. | Stefan Monnier | 2000-06-20 | 1 | -4/+3 |
| * | (with-buffer-prepared-for-jit-lock): | Stefan Monnier | 2000-06-20 | 1 | -58/+40 |
| * | ignore some auto-generated files | Sam Steingold | 2000-06-20 | 1 | -0/+17 |
| * | handle print-unreadable-object | Sam Steingold | 2000-06-20 | 2 | -103/+108 |
| * | Don't define HAVE_GETWD, HAVE_GETTIMEOFDAY. | Dave Love | 2000-06-20 | 2 | -5/+11 |
| * | Don't define HAVE_GETWD HAVE_GETTIMEOFDAY. | Dave Love | 2000-06-20 | 1 | -3/+0 |
| * | Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK. | Dave Love | 2000-06-20 | 1 | -2/+0 |
| * | Don't declare HAVE_GETWD. | Dave Love | 2000-06-20 | 7 | -13/+0 |
| * | Don't declare xmalloc, xrealloc. | Dave Love | 2000-06-20 | 2 | -4/+0 |
| * | *** empty log message *** | Dave Love | 2000-06-20 | 1 | -0/+9 |
| * | Don't declare GETTIMEOFDAY_ONE_ARGUMENT. | Dave Love | 2000-06-20 | 1 | -1/+0 |
| * | Don't declare HAVE_GETWD, VFORK_RETURN_TYPE. | Dave Love | 2000-06-20 | 1 | -2/+1 |
| * | Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY. | Dave Love | 2000-06-20 | 1 | -2/+0 |
| * | Add xfree missed from last change. | Dave Love | 2000-06-20 | 2 | -0/+22 |
| * | comment | Dave Love | 2000-06-20 | 1 | -1/+2 |
| * | (poll_for_input_1): Declare. | Dave Love | 2000-06-20 | 1 | -0/+3 |
| * | Don't define NLIST_STRUCT (handled by configure). | Dave Love | 2000-06-20 | 1 | -61/+0 |
| * | (xmalloc, xrealloc, xfree): Define using POINTER_TYPE. | Dave Love | 2000-06-20 | 1 | -9/+9 |
| * | Remove duplicate prototypes. Declare free_frame_xic, | Dave Love | 2000-06-20 | 1 | -12/+5 |
| * | (x_set_tool_bar_lines, free_frame_xic, compose_text, getenv, ctime) | Dave Love | 2000-06-20 | 1 | -10/+3 |
| * | Add HAVE_GETWD. Move some definitions above machine/system includes. | Dave Love | 2000-06-20 | 1 | -8/+9 |
| * | *** empty log message *** | Carsten Dominik | 2000-06-20 | 1 | -0/+36 |
| * | *** empty log message *** | Dave Love | 2000-06-20 | 1 | -0/+23 |
| * | * textmodes/reftex.el (reftex-find-citation-regexp-format): | Carsten Dominik | 2000-06-20 | 11 | -22/+49 |
| * | Files re-installed, because changes are too massive to document them here. | Carsten Dominik | 2000-06-20 | 4 | -1896/+3487 |
| * | Update to idlwave 4.2 | Carsten Dominik | 2000-06-20 | 1 | -283/+786 |
| * | Update to reftex 4 14 | Carsten Dominik | 2000-06-20 | 1 | -22/+48 |
| * | (HAVE_GETLOADAVG): Define it as 1. | Kenichi Handa | 2000-06-20 | 1 | -1/+1 |
| * | *** empty log message *** | Kenichi Handa | 2000-06-20 | 1 | -0/+2 |
| * | (frame-background-mode): Use set-default, not set, in setter. | Dave Love | 2000-06-20 | 1 | -5/+3 |
| * | (font_list): Handle the case that REGISTRY doesn't contain information | Kenichi Handa | 2000-06-20 | 1 | -6/+13 |
| * | (FONTSET_ASCII): Use the first element of char table | Kenichi Handa | 2000-06-20 | 1 | -19/+16 |
| * | *** empty log message *** | Kenichi Handa | 2000-06-20 | 1 | -0/+14 |
| * | (enriched-decode-foreground, enriched-decode-background): Don't use | Dave Love | 2000-06-20 | 1 | -2/+2 |
| * | Doc fixes. | Dave Love | 2000-06-20 | 1 | -14/+14 |
| * | Fix header line. | Dave Love | 2000-06-20 | 1 | -1/+1 |
| * | (customize-changed-options): Check arg. | Dave Love | 2000-06-20 | 1 | -7/+18 |