| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -3/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -61/+15 |
* | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
|\ |
|
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
|\| |
|
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | | Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350. | Paul Eggert | 2011-01-09 | 1 | -4/+4 |
* | | | Use gnulib's ftoastr module. | Paul Eggert | 2011-01-08 | 1 | -38/+3 |
|/ / |
|
* | | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -3/+3 |
* | | Fix indentation | Andreas Schwab | 2010-12-24 | 1 | -5/+5 |
* | | Fix up last change. | Stefan Monnier | 2010-12-22 | 1 | -7/+1 |
* | | * src/print.c (print, print_preprocess, print_object): Use a hash table | Stefan Monnier | 2010-12-22 | 1 | -98/+71 |
* | | Mark debugger related variables and functions as EXTERNALLY_VISIBLE | Dan Nicolaescu | 2010-11-23 | 1 | -1/+1 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-14 | 1 | -1/+1 |
|\| |
|
| * | Fix typos in docstrings, comments and ChangeLogs. | Juanma Barranquero | 2010-10-12 | 1 | -1/+1 |
* | | Fix int/EMACS_INT use in xdisp.c and print.c. | Eli Zaretskii | 2010-09-29 | 1 | -4/+4 |
* | | Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.c | Eli Zaretskii | 2010-09-25 | 1 | -3/+3 |
* | | Fix all EMACS_INT/int conversion errors in print.c (and related files). | Lars Magne Ingebrigtsen | 2010-09-24 | 1 | -21/+24 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -7/+0 |
* | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -2/+0 |
* | | Constify functions taking char * | Andreas Schwab | 2010-07-11 | 1 | -3/+4 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -20/+10 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -6/+6 |
* | | * print.c (strout): Use const char* for arg PTR. | Juanma Barranquero | 2010-07-04 | 1 | -1/+2 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -67/+27 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -1/+1 |
* | | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 2010-04-19 | 1 | -64/+0 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (print_preprocess): Preprocess the key_and_value table of | Stefan Monnier | 2009-11-30 | 1 | -0/+7 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -6/+4 |
* | * xterm.c (x_new_font): | Dan Nicolaescu | 2009-11-21 | 1 | -4/+3 |
* | Let integers use up 2 tags to give them one extra bit and double their range. | Stefan Monnier | 2009-11-06 | 1 | -1/+1 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -7/+7 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (print_object): Escape a symbol like "2E10" too. | Kenichi Handa | 2009-10-15 | 1 | -1/+1 |
* | (print_object): Set escapeflag to 1 when printing | Teodor Zlatanov | 2009-08-28 | 1 | -2/+2 |
* | (syms_of_print): Undo previous change. | Dan Nicolaescu | 2009-08-07 | 1 | -2/+0 |
* | * lread.c (read1, syms_of_lread): Read hashtables back from the | Teodor Zlatanov | 2009-08-05 | 1 | -0/+66 |
* | (print_object): Make each lowest sub_char_table start a new line. | Kenichi Handa | 2009-04-03 | 1 | -0/+7 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | (print_object): For bool-vector, delete unnecessary | Kenichi Handa | 2008-11-27 | 1 | -6/+1 |
* | * bitmaps/README: | Dan Nicolaescu | 2008-07-31 | 1 | -39/+0 |
* | (print_object): Fix off-by-one in last change. | Andreas Schwab | 2008-07-26 | 1 | -1/+1 |
* | (print_object): Check print_depth before searching for circularities. | Chong Yidong | 2008-07-21 | 1 | -3/+4 |
* | * unexnext.c: | Dan Nicolaescu | 2008-06-26 | 1 | -10/+0 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | Include font.h. | Kenichi Handa | 2008-05-14 | 1 | -0/+29 |
* | (print_preprocess): Add sub-char-tables to the print-table, | Stefan Monnier | 2008-05-06 | 1 | -1/+1 |
* | (print-quoted): Docstring update. | Stefan Monnier | 2008-04-16 | 1 | -2/+1 |