summaryrefslogtreecommitdiff
path: root/src/buffer.h
AgeCommit message (Expand)Author
2011-07-06Remove unportable assumption about struct layout (Bug#8884).Paul Eggert
2011-06-21Use ptrdiff_t, not int, for overlay counts.Paul Eggert
2011-06-15* buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.Paul Eggert
2011-06-10Merge from trunk.Paul Eggert
2011-06-10* buffer.h: Include <time.h>, for time_t.Paul Eggert
2011-06-09* buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.Paul Eggert
2011-06-08* buffer.h (PTR_BYTE_POS): Don't assume a byte count fits in 'unsigned'.Paul Eggert
2011-06-05Check for buffer and string overflow more precisely.Paul Eggert
2011-06-01Don't assume time_t can fit into int.Paul Eggert
2011-04-25* lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-03-15Use functions, not macros, for up- and down-casing.Paul Eggert
2011-03-15Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).Paul Eggert
2011-03-13Fix BUF_* macros to handle indirect buffers properly (Bug#8219).Chong Yidong
2011-02-16Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-15Refill some copyright headers.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-27Remove unused declarationsAndreas Schwab
2010-11-20Remove INLINE uses in header files.Dan Nicolaescu
2010-11-02Mere anarchy is loosed upon the world.Glenn Morris
2010-09-24Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.Eli Zaretskii
2010-07-11Use offsetof instead of own definitionAndreas Schwab
2010-07-02Remove P_ and __P macros.Jan D
2010-04-20* buffer.h (struct buffer): Remove unused var `direction_reversed'.Stefan Monnier
2010-04-19Make variable forwarding explicit rather the using special values.Stefan Monnier
2010-04-12Try to detect file modification within the same second.Stefan Monnier
2010-01-16Merge from mainline.Eli Zaretskii
2010-01-12Try to fix bug#5314. This is probably not the final word, tho.Stefan Monnier
2010-01-01Retrospective commit from 2009-11-14.Eli Zaretskii
2010-01-01Retrospective commit from 2009-10-08.Eli Zaretskii
2010-01-01Retrospective commit from 2009-10-05.Eli Zaretskii
2009-12-31Retrospective commit from 2009-08-15.Eli Zaretskii
2009-12-31Retrospective commit.Eli Zaretskii
2009-11-21* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab
2009-10-18Remove leftover table unibyte_to_multibyte_table.Stefan Monnier
2009-08-15Add comment noting that unbound symbols appear as themselves in local_var_alist.Chong Yidong
2009-07-16* fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.Richard M. Stallman
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-06-24(struct buffer): New member word_wrap.Chong Yidong
2008-05-15Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-03-20* intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.Stefan Monnier
2008-03-20* fileio.c (Finsert_file_contents):Stefan Monnier
2008-03-17(Fbuffer_list): Declare (for use in callint.c).Stefan Monnier
2008-02-26* dispextern.h (face_at_buffer_position, face_for_overlay_string)Stefan Monnier