summaryrefslogtreecommitdiff
path: root/src/character.c
AgeCommit message (Expand)Author
2012-02-10Merge from trunk.Paul Eggert
2012-02-03Handle overflow when computing char display width (Bug#9496).Paul Eggert
2012-01-18Merge from emacs-23; up to 2012-01-19T07:15:48Z!rgm@gnu.org.Glenn Morris
2012-01-13Take display-table into account on calculating character/string width (#Bug#9...Kenichi Handa
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-10Merge from trunk.Paul Eggert
2011-11-19Spelling fixes.Paul Eggert
2011-11-18Merge from trunk.Paul Eggert
2011-11-14Spelling fixes.Paul Eggert
2011-11-14Spelling fixes.Paul Eggert
2011-10-24* character.c (Funibyte_string): Use CHECK_RANGED_INTEGER instead.Paul Eggert
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert
2011-07-28* character.c (Fstring): Check for size-calculation overflow.Paul Eggert
2011-07-19Use ptrdiff_t for composition IDs.Paul Eggert
2011-07-18Don't assume that stated character widths fit in int.Paul Eggert
2011-07-12* src/character.c (Fcharacterp): Don't advertise optional ignoredAndreas Schwab
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert
2011-06-12* character.c (char_string): Remove unnecessary casts.Paul Eggert
2011-06-08* alloc.c: Catch some string size overflows that we were missing.Paul Eggert
2011-06-06* character.c (string_escape_byte8): Fix nbytes/nchars typo.Paul Eggert
2011-06-05Check for buffer and string overflow more precisely.Paul Eggert
2011-05-20merge count_size_as_multibyte, parse_str_to_multibytePaul Eggert
2011-05-15* character.c: Minor spelling and indenting fixes.Paul Eggert
2011-05-15* character.c (lisp_string_width): Check for string overflow.Paul Eggert
2011-05-15* alloc.c (string_overflow): New function.Paul Eggert
2011-05-09Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii
2011-04-25Merge from mainline.Paul Eggert
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert
2011-04-24Delete char-direction-table and char-direction.Eli Zaretskii
2011-04-23Fix typos in comments in character.c and textprop.c.Eli Zaretskii
2011-04-23Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-03-29Merge from mainline.Paul Eggert
2011-03-29src/*.c: Remove some additional unused parameters.Juanma Barranquero
2011-03-26Variadic C functions now count arguments with size_t, not int.Paul Eggert
2011-03-07* character.c (string_count_byte8): Likewise.Paul Eggert
2011-02-27Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris
2011-02-23Fix typos.Juanma Barranquero
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-02-06* doprnt.c, indent.c, character.c: conform to C89 pointer rulesPaul Eggert
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-15Nuke arch-tags.Glenn Morris