| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge changes from emacs-23 branch | Chong Yidong | 2010-11-27 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | * editfns.c (Fbyte_to_string): Signal an error if arg is not a byte. | Chong Yidong | 2010-11-21 | 1 | -1/+3 |
| * | Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler. | Glenn Morris | 2010-06-14 | 1 | -4/+6 |
* | | Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups. | Lars Magne Ingebrigtsen | 2010-09-23 | 1 | -4/+4 |
* | | Fix last changes in editfns.c and intervals.c. | Eli Zaretskii | 2010-09-23 | 1 | -1/+1 |
* | | Fix use of int instead of EMACS_INT in editfns.c. | Eli Zaretskii | 2010-09-23 | 1 | -32/+38 |
* | | Fix more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -4/+5 |
* | | Fix some more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-22 | 1 | -9/+11 |
* | | Fix some uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-22 | 1 | -13/+17 |
* | | Fix typos in comments and ChangeLogs. | Juanma Barranquero | 2010-09-14 | 1 | -1/+1 |
* | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -5/+5 |
* | | Make some doc strings bidi-friendly. | Eli Zaretskii | 2010-08-08 | 1 | -0/+6 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -3/+0 |
* | | * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493). | Juanma Barranquero | 2010-08-02 | 1 | -2/+2 |
* | | Make lisp_time_argument work on all systems. | Dan Nicolaescu | 2010-07-29 | 1 | -1/+0 |
* | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -2/+0 |
* | | Make building under stricter warning flags somewhat cleaner. | Juanma Barranquero | 2010-07-25 | 1 | -1/+1 |
* | | Convert old-style definitions | Andreas Schwab | 2010-07-12 | 1 | -4/+3 |
* | | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -7/+3 |
* | | Constify functions taking char * | Andreas Schwab | 2010-07-11 | 1 | -2/+2 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -142/+78 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -25/+24 |
* | | Fix comments and whitespace. | Juanma Barranquero | 2010-07-04 | 1 | -4/+4 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -63/+26 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -15/+15 |
* | | * src/editfns.c (Fbyte_to_string): Pacify compiler. | Glenn Morris | 2010-06-09 | 1 | -4/+6 |
|/ |
|
* | * url-util.el (url-unhex-string): Don't accidentally decode as latin-1. | Stefan Monnier | 2010-05-19 | 1 | -0/+11 |
* | Fix bug in `format' (Bug#5710). | Chong Yidong | 2010-03-15 | 1 | -0/+4 |
* | Doc fix for current-time-string and date-to-time (Bug#5408) | Chong Yidong | 2010-01-18 | 1 | -1/+1 |
* | Try to fix bug#5314. This is probably not the final word, tho. | Stefan Monnier | 2010-01-12 | 1 | -3/+3 |
* | Fix bounds checking for text properties in `format' (Bug#5306). | Chong Yidong | 2010-01-09 | 1 | -2/+2 |
* | editfns.c (Ffloat_time): Doc fix. | Eli Zaretskii | 2010-01-09 | 1 | -1/+2 |
* | (Fsave_excursion): Mention save-current-buffer in the docstring. | Stefan Monnier | 2009-12-24 | 1 | -0/+3 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -5/+4 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -4/+4 |
* | (save_restriction_restore): Update the (pt/begv/vz)_markers | Stefan Monnier | 2009-11-03 | 1 | -3/+18 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Remove leftover table unibyte_to_multibyte_table. | Stefan Monnier | 2009-10-18 | 1 | -2/+2 |
* | * editfns.c (Ftranspose_regions): Doc fix (Bug#3248). | Chong Yidong | 2009-05-10 | 1 | -1/+1 |
* | (Ftranslate_region_internal): Use Fconcat to make a | Kenichi Handa | 2009-04-17 | 1 | -6/+1 |
* | * editfns.c (general_insert_function): Adjust to insdel.c changes. | Stefan Monnier | 2009-03-28 | 1 | -10/+11 |
* | (Ffloat_time): Doc fix (Bug#2768). | Chong Yidong | 2009-03-24 | 1 | -1/+1 |
* | (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is negative, produce | Eli Zaretskii | 2009-03-20 | 1 | -2/+12 |
* | (Fuser_login_name): Support float arguments. Doc fix. | Eli Zaretskii | 2009-03-18 | 1 | -4/+5 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | (USER_FULL_NAME): Define to pw->pw_gecos if undefined. | Eli Zaretskii | 2008-08-23 | 1 | -1/+5 |
* | * editfns.c (Fuser_full_name): Replace the only use of | Dan Nicolaescu | 2008-07-16 | 1 | -1/+1 |
* | Remove unneeded -Defines in the compiler command line (MinGW and MSVC). | Juanma Barranquero | 2008-06-26 | 1 | -1/+1 |