index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
charset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove * characters from the front of variable docstrings.
Chong Yidong
2012-04-09
1
-1
/
+1
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-12-14
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-26
1
-2
/
+2
*
Fix typos.
Juanma Barranquero
2011-11-20
1
-1
/
+1
*
Fix typos.
Juanma Barranquero
2011-11-14
1
-2
/
+2
*
Remove dependency on glibc malloc internals.
Paul Eggert
2011-09-30
1
-20
/
+18
*
Port --enable-checking=all to Fedora 14 x86-64.
Paul Eggert
2011-09-30
1
-1
/
+3
*
Port --enable-checking=all to Fedora 14 x86.
Paul Eggert
2011-09-29
1
-1
/
+1
*
Adjust in response to jan.h.d's comments.
Paul Eggert
2011-08-04
1
-27
/
+39
*
* charset.c (Fdefine_charset_internal): Check for integer overflow.
Paul Eggert
2011-07-18
1
-3
/
+17
*
* charset.c (read_hex): New arg OVERFLOW. All uses changed.
Paul Eggert
2011-07-17
1
-15
/
+20
*
Variadic C functions now count arguments with ptrdiff_t.
Paul Eggert
2011-06-14
1
-3
/
+3
*
Make sure a 64-bit char is never passed to ENCODE_CHAR.
Paul Eggert
2011-06-12
1
-3
/
+4
*
Check for overflow when converting integer to cons and back.
Paul Eggert
2011-06-06
1
-34
/
+4
*
Minor fixes for signed vs unsigned integers.
Paul Eggert
2011-06-03
1
-2
/
+2
|
\
|
*
Minor fixes for signed vs unsigned integers.
Paul Eggert
2011-05-31
1
-2
/
+2
*
|
Remove arbitrary limit of 2**31 entries in hash tables.
Paul Eggert
2011-05-30
1
-1
/
+1
|
/
*
[ChangeLog]
Paul Eggert
2011-05-28
1
-1
/
+1
*
* charset.h (struct charset.code_space): Now has 15 elements, not 16.
Paul Eggert
2011-05-01
1
-3
/
+5
*
Merge from mainline.
Paul Eggert
2011-04-25
1
-7
/
+3
|
\
|
*
Fix doprnt so it could be used safely in `verror'. (Bug#8435)
Eli Zaretskii
2011-04-23
1
-7
/
+3
*
|
Replace pEd with more-general pI, and fix some printf arg casts.
Paul Eggert
2011-04-18
1
-4
/
+4
|
/
*
Merge from mainline.
Paul Eggert
2011-04-14
1
-1
/
+1
|
\
|
*
Use xfree instead of free where appropriate (Bug#8437)
Andreas Schwab
2011-04-12
1
-1
/
+1
*
|
* charset.h (charset_iso_8859_1): Remove decl.
Paul Eggert
2011-04-10
1
-8
/
+6
*
|
Declare Lisp_Object Q* variables to be 'static' if not exproted.
Paul Eggert
2011-04-10
1
-5
/
+5
|
/
*
* charset.c (load_charset_map): <, not <=, for optimization.
Paul Eggert
2011-04-09
1
-7
/
+8
*
error: Print 32- and 64-bit integers portably (Bug#8435).
Paul Eggert
2011-04-06
1
-6
/
+12
*
Variadic C functions now count arguments with size_t, not int.
Paul Eggert
2011-03-26
1
-3
/
+4
*
* charset.c (load_charset): Abort instead of using uninitialized var.
Paul Eggert
2011-03-07
1
-2
/
+6
*
* charset.c (load_charset_map): Mark variables that gcc -Wuninitialized
Paul Eggert
2011-03-07
1
-1
/
+1
*
* charset.c: Include <limits.h>.
Paul Eggert
2011-03-07
1
-5
/
+4
*
* charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
Paul Eggert
2011-03-07
1
-5
/
+5
*
Change B_ to BVAR
Tom Tromey
2011-02-16
1
-1
/
+1
*
Hide implementation of `struct buffer'
Tom Tromey
2011-02-14
1
-1
/
+1
*
* charset.c: conform to C89 pointer rules
Paul Eggert
2011-02-05
1
-1
/
+2
*
charset.c (load_charset_map): Don't deref NULL on failed malloc.
Jim Meyering
2011-01-31
1
-1
/
+1
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
Paul Eggert
2011-01-22
1
-4
/
+3
*
Move all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey
2011-01-18
1
-15
/
+4
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-2
/
+0
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-2
/
+2
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-2
/
+2
*
|
Merge changes from emacs-23 branch
Chong Yidong
2010-11-27
1
-3
/
+3
|
\
|
|
*
Fix decoding of emacs-mule coding system.
Kenichi Handa
2010-11-25
1
-3
/
+3
*
|
Do not include stdlib.h and string.h, config.h does it.
Dan Nicolaescu
2010-10-01
1
-1
/
+0
*
|
Use intern_c_string instead of intern.
Dan Nicolaescu
2010-10-01
1
-2
/
+2
*
|
Fix typos in comments and ChangeLogs.
Juanma Barranquero
2010-09-14
1
-1
/
+1
*
|
Merge changes from emacs-23 branch.
Chong Yidong
2010-08-08
1
-11
/
+75
|
\
\
[next]