aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-03Implement default help-echo for mode line.Chong Yidong1-0/+1
2012-04-06Warning comments about subtleties of fetching characters from buffers/strings.Eli Zaretskii1-2/+13
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-11-19Spelling fixes.Paul Eggert1-1/+1
2011-09-30* buffer.h (struct buffer): Use time_t, not int, for a time stamp.Paul Eggert1-2/+2
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-36/+36
2011-09-10* buffer.h: Include <sys/types.h> instead of <time.h>.Paul Eggert1-1/+1
2011-09-02* fileio.c: Fix bugs with large file offsets.Paul Eggert1-1/+1
2011-07-06Remove unportable assumption about struct layout (Bug#8884).Paul Eggert1-0/+4
2011-06-21Use ptrdiff_t, not int, for overlay counts.Paul Eggert1-5/+5
2011-06-15* buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.Paul Eggert1-2/+4
2011-06-10* buffer.h: Include <time.h>, for time_t.Paul Eggert1-0/+1
2011-06-09* buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.Paul Eggert1-2/+2
2011-06-08* buffer.h (PTR_BYTE_POS): Don't assume a byte count fits in 'unsigned'.Paul Eggert1-1/+1
2011-06-05Check for buffer and string overflow more precisely.Paul Eggert1-0/+5
2011-06-03Check for buffer and string overflow more precisely.Paul Eggert1-0/+5
2011-06-01Don't assume time_t can fit into int.Paul Eggert1-1/+1
2011-05-09Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii1-4/+3
2011-04-25* lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert1-1/+1
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert1-4/+3
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert1-1/+0
2011-03-19Backport fix for Bug#8219 from trunk.Chong Yidong1-10/+32
2011-03-15Use functions, not macros, for up- and down-casing.Paul Eggert1-37/+21
2011-03-15Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).Paul Eggert1-0/+43
2011-03-13Fix BUF_* macros to handle indirect buffers properly (Bug#8219).Chong Yidong1-14/+31
2011-02-16Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii1-6/+0
2011-02-16Change B_ to BVARTom Tromey1-4/+4
2011-02-14Hide implementation of `struct buffer'Tom Tromey1-71/+80
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey1-9/+0
2011-01-15Refill some copyright headers.Glenn Morris1-2/+3
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-12-27Remove unused declarationsAndreas Schwab1-3/+0
2010-11-20Remove INLINE uses in header files.Dan Nicolaescu1-3/+3
2010-11-02Mere anarchy is loosed upon the world.Glenn Morris1-6/+5
2010-09-24Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.Eli Zaretskii1-1/+1
2010-07-11Use offsetof instead of own definitionAndreas Schwab1-1/+1
2010-07-02Remove P_ and __P macros.Jan D1-23/+23
2010-04-20* buffer.h (struct buffer): Remove unused var `direction_reversed'.Stefan Monnier1-3/+0
2010-04-19Make variable forwarding explicit rather the using special values.Stefan Monnier1-11/+14
2010-04-12Try to detect file modification within the same second.Stefan Monnier1-0/+6
2010-01-12Try to fix bug#5314. This is probably not the final word, tho.Stefan Monnier1-1/+5
2010-01-01Retrospective commit from 2009-11-14.Eli Zaretskii1-1/+1
2010-01-01Retrospective commit from 2009-10-08.Eli Zaretskii1-3/+3
2010-01-01Retrospective commit from 2009-10-05.Eli Zaretskii1-0/+4
2009-12-31Retrospective commit from 2009-08-15.Eli Zaretskii1-4/+6
2009-12-31Retrospective commit.Eli Zaretskii1-2/+4
2009-11-21* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab1-2/+2
2009-10-18Remove leftover table unibyte_to_multibyte_table.Stefan Monnier1-1/+1