index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
chartab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spelling fixes.
Paul Eggert
2011-11-19
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-17
1
-1
/
+1
*
Fix typos.
Juanma Barranquero
2011-11-14
1
-1
/
+1
*
Fix default values of character properties.
Kenichi Handa
2011-08-23
1
-2
/
+0
*
Use uniprop tables instead of biditype.h and bidimirror.h.
Eli Zaretskii
2011-08-15
1
-8
/
+17
*
Merge from trunk.
Paul Eggert
2011-08-02
1
-1
/
+1
*
Fix minor problems found by static checking.
Paul Eggert
2011-07-08
1
-7
/
+1
*
chartab.c (sub_char_table_set_range): Fix previous change.
Kenichi Handa
2011-07-07
1
-1
/
+1
*
Add C interface for Unicode character property table.
Kenichi Handa
2011-07-07
1
-72
/
+507
*
* chartab.c (Fchar_table_range): Use CHARACTERP to check range.
Paul Eggert
2011-06-12
1
-3
/
+3
*
lisp.h: Fix a problem with aliasing and vector headers.
Paul Eggert
2011-04-25
1
-1
/
+1
*
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-13
1
-6
/
+6
*
* chartab.c (chartab_chars, chartab_bits): Now static.
Paul Eggert
2011-04-10
1
-2
/
+2
*
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-04-10
1
-6
/
+6
*
* chartab.c: Use similar style as for other recent patches.
Paul Eggert
2011-04-09
1
-2
/
+1
*
* chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
Paul Eggert
2011-04-09
1
-7
/
+9
*
* chartab.c (sub_char_table_ref_and_range): Redo for slight
Paul Eggert
2011-03-27
1
-3
/
+3
*
* chartab.c (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
Paul Eggert
2011-03-08
1
-14
/
+0
*
* chartab.c: (sub_char_table_ref_and_range, char_table_ref_and_range):
Paul Eggert
2011-03-08
1
-13
/
+13
*
* chartab.c (copy_sub_char_table): Now static, since it's not used
Paul Eggert
2011-03-08
1
-3
/
+2
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-2
/
+0
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Remove unused declarations
Andreas Schwab
2010-12-27
1
-1
/
+1
*
|
Convert DEFUNs to standard C.
Dan Nicolaescu
2010-07-08
1
-22
/
+11
*
|
Convert declarations or definitions to standard C.
Dan Nicolaescu
2010-07-04
1
-16
/
+11
*
|
Convert (most) functions in src to standard C.
Dan Nicolaescu
2010-07-04
1
-51
/
+16
*
|
Remove __P and P_ from .c and .m files and definition of P_
Jan D
2010-07-02
1
-4
/
+4
|
/
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
* alloc.c: Do not define struct catchtag.
Dan Nicolaescu
2009-10-19
1
-0
/
+1
*
(sub_char_table_ref_and_range): Fix the range check against max_char.
Kenichi Handa
2009-07-13
1
-1
/
+1
*
Add 2009 to copyright years.
Glenn Morris
2009-01-08
1
-1
/
+1
*
(sub_char_table_ref_and_range): Adjusted for the
Kenichi Handa
2008-11-27
1
-47
/
+44
*
Fix typos.
Juanma Barranquero
2008-11-11
1
-1
/
+1
*
(map_char_table_for_charset): Add comment.
Kenichi Handa
2008-11-11
1
-0
/
+21
*
(Foptimize_char_table): Make sure `ascii' doesn't point to
Stefan Monnier
2008-10-26
1
-0
/
+3
*
(optimize_sub_char_table): Perform more greedy optimization.
Kenichi Handa
2008-08-29
1
-7
/
+6
*
* chartab.c (Foptimize_char_table, optimize_sub_char_table):
Stefan Monnier
2008-05-30
1
-16
/
+19
*
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-14
1
-6
/
+4
*
(Fset_char_table_range): If range is t, really set all chars to that value.
Stefan Monnier
2008-05-03
1
-3
/
+2
*
(make_sub_char_table): Remove noop-yet-incorrect statement.
Stefan Monnier
2008-02-06
1
-1
/
+0
*
Update copyright years and FSF address.
Glenn Morris
2008-02-02
1
-4
/
+4
*
Fix up multi-tty merge
Miles Bader
2007-10-12
1
-1
/
+4
*
(map_sub_char_table): If the range contains just one
Kenichi Handa
2007-09-20
1
-5
/
+14
*
(map_sub_char_table): Make it work for the top-level
Kenichi Handa
2007-06-25
1
-42
/
+103
*
(map_char_table): GCPRO table and arg.
Andreas Schwab
2004-11-24
1
-2
/
+2
*
Add arch taglines
Miles Bader
2004-04-19
1
-0
/
+3
*
Sync to HEAD
Kenichi Handa
2004-04-16
1
-4
/
+4
*
(map_sub_char_table_for_charset): Fix args to c_function with.
Kenichi Handa
2003-12-29
1
-1
/
+1
*
(char_table_translate): Use CHARACTERP, not INETEGERP.
Kenichi Handa
2003-10-06
1
-3
/
+2
[next]