aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* * buffer.h (struct buffer): Use time_t, not int, for a time stamp.Paul Eggert2011-09-301-2/+2
* * buffer.h: Include <sys/types.h> instead of <time.h>.Paul Eggert2011-09-101-1/+1
* * fileio.c: Fix bugs with large file offsets.Paul Eggert2011-09-021-1/+1
* Remove unportable assumption about struct layout (Bug#8884).Paul Eggert2011-07-061-0/+4
* Use ptrdiff_t, not int, for overlay counts.Paul Eggert2011-06-211-5/+5
* * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.Paul Eggert2011-06-151-2/+4
* Merge from trunk.Paul Eggert2011-06-101-0/+1
|\
| * * buffer.h: Include <time.h>, for time_t.Paul Eggert2011-06-101-0/+1
* | * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.Paul Eggert2011-06-091-2/+2
* | * buffer.h (PTR_BYTE_POS): Don't assume a byte count fits in 'unsigned'.Paul Eggert2011-06-081-1/+1
|/
* Check for buffer and string overflow more precisely.Paul Eggert2011-06-051-0/+5
* Don't assume time_t can fit into int.Paul Eggert2011-06-011-1/+1
* * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-251-1/+1
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-4/+3
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-1/+0
* Use functions, not macros, for up- and down-casing.Paul Eggert2011-03-151-37/+21
* Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).Paul Eggert2011-03-151-0/+43
* Fix BUF_* macros to handle indirect buffers properly (Bug#8219).Chong Yidong2011-03-131-14/+31
* Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii2011-02-161-6/+0
* Change B_ to BVARTom Tromey2011-02-161-4/+4
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-71/+80
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-9/+0
* Refill some copyright headers.Glenn Morris2011-01-151-2/+3
* Merge from emacs-23Stefan Monnier2011-01-141-4/+3
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused declarationsAndreas Schwab2010-12-271-3/+0
* | Remove INLINE uses in header files.Dan Nicolaescu2010-11-201-3/+3
* | Mere anarchy is loosed upon the world.Glenn Morris2010-11-021-6/+5
* | Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.Eli Zaretskii2010-09-241-1/+1
* | Use offsetof instead of own definitionAndreas Schwab2010-07-111-1/+1
* | Remove P_ and __P macros.Jan D2010-07-021-23/+23
* | * buffer.h (struct buffer): Remove unused var `direction_reversed'.Stefan Monnier2010-04-201-3/+0
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-11/+14
* | Try to detect file modification within the same second.Stefan Monnier2010-04-121-0/+6
* | Merge from mainline.Eli Zaretskii2010-01-161-1/+5
|\|
| * Try to fix bug#5314. This is probably not the final word, tho.Stefan Monnier2010-01-121-1/+5
* | Retrospective commit from 2009-11-14.Eli Zaretskii2010-01-011-1/+1
* | Retrospective commit from 2009-10-08.Eli Zaretskii2010-01-011-3/+3
* | Retrospective commit from 2009-10-05.Eli Zaretskii2010-01-011-0/+4
* | Retrospective commit from 2009-08-15.Eli Zaretskii2009-12-311-4/+6
* | Retrospective commit.Eli Zaretskii2009-12-311-2/+4
|/
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-2/+2
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-1/+1
* Add comment noting that unbound symbols appear as themselves in local_var_alist.Chong Yidong2009-08-151-2/+3
* * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.Richard M. Stallman2009-07-161-0/+3
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (struct buffer): New member word_wrap.Chong Yidong2008-06-241-0/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-151-6/+4
* * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.Stefan Monnier2008-03-201-8/+8