index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
category.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-4
/
+4
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-2
/
+0
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-2
/
+2
*
Escape ` and ' in doc
Paul Eggert
2015-09-01
1
-1
/
+1
*
Remove the deprecated INTERNAL_FIELD macro by expanding it
Oleh Krehel
2015-04-29
1
-1
/
+1
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-2
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Avoid more integer overflows on string size calculations.
Dmitry Antipov
2014-09-16
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Simplify and port recent bool vector changes.
Paul Eggert
2013-11-04
1
-28
/
+13
*
A simpler, centralized INLINE.
Paul Eggert
2013-09-20
1
-2
/
+0
*
* syntax.c (init_syntax_once): Adjust comment and do an early
Dmitry Antipov
2013-08-26
1
-8
/
+0
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
Use ad-hoc comparison function for the profiler's hash-tables.
Stefan Monnier
2012-11-08
1
-2
/
+2
|
/
*
Prefer plain 'static' to 'static inline'.
Paul Eggert
2012-09-30
1
-1
/
+1
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+0
*
* casefiddle.c, casetab.c, category.c: Use bool for boolean.
Paul Eggert
2012-08-24
1
-4
/
+4
*
Use AREF and ASET for docstrings of category tables.
Dmitry Antipov
2012-08-20
1
-1
/
+1
*
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-17
1
-1
/
+8
*
* lisp.h (set_char_table_extras): Rename from char_table_set_extras.
Paul Eggert
2012-08-17
1
-3
/
+3
*
* lisp.h (CSET): Remove.
Paul Eggert
2012-08-17
1
-4
/
+4
*
Use ASCII tests for character types.
Paul Eggert
2012-08-16
1
-1
/
+0
*
Simple interface to set Lisp_Object fields of chararcter tables.
Dmitry Antipov
2012-08-16
1
-12
/
+13
*
Use KSET for write access to Lisp_Object members of struct kboard.
Dmitry Antipov
2012-08-13
1
-1
/
+1
*
Use C99-style 'extern inline' if available.
Paul Eggert
2012-08-02
1
-0
/
+3
*
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-06-16
1
-1
/
+1
*
* category.h (CHAR_HAS_CATEGORY): Define as inline.
Andreas Schwab
2012-06-16
1
-3
/
+0
*
Merge from trunk.
Paul Eggert
2012-01-09
1
-1
/
+1
|
\
|
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
|
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-09-21
1
-1
/
+1
|
/
*
Use ptrdiff_t for hash table indexes.
Paul Eggert
2011-07-18
1
-1
/
+1
*
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-06-24
1
-8
/
+4
*
Remove arbitrary limit of 2**31 entries in hash tables.
Paul Eggert
2011-05-30
1
-2
/
+2
*
* category.c (SET_CATEGORY_SET, set_category_set): Move here.
Paul Eggert
2011-04-10
1
-3
/
+8
*
Declare Lisp_Object Q* variables to be 'static' if not exproted.
Paul Eggert
2011-04-10
1
-1
/
+1
*
error: Print 32- and 64-bit integers portably (Bug#8435).
Paul Eggert
2011-04-06
1
-2
/
+2
*
* category.c (copy_category_table): Now static, since it's not used elsewhere.
Paul Eggert
2011-03-07
1
-1
/
+1
*
* category.c (hash_get_category_set): Remove unused local var.
Paul Eggert
2011-03-07
1
-2
/
+0
*
Change B_ to BVAR
Tom Tromey
2011-02-16
1
-4
/
+4
*
Hide implementation of `struct buffer'
Tom Tromey
2011-02-14
1
-4
/
+4
*
Refill some long/short copyright headers.
Glenn Morris
2011-01-26
1
-9
/
+9
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-1
/
+1
*
Move all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey
2011-01-18
1
-5
/
+2
*
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
*
|
Convert DEFUNs to standard C.
Dan Nicolaescu
2010-07-08
1
-23
/
+13
*
|
Convert (most) functions in src to standard C.
Dan Nicolaescu
2010-07-04
1
-17
/
+10
[next]