comparison src/ChangeLog @ 54692:b8f001fab555

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 03 Apr 2004 05:36:26 +0000
parents 122a60d4f165
children 08605ee99946
comparison
equal deleted inserted replaced
54691:e1beb1a36f04 54692:b8f001fab555
1 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * .gdbinit-union: Remove.
4
5 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
6 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
7 ($nonvalbits): Remove.
8 ($valmask): Set it by calling xreload to avoid redundancy.
9
10 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
11 (gdb_emacs_intbits): Remove.
12
1 2004-03-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 13 2004-03-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 14
3 * data.c (Fbyteorder): Make test work even if unsigned is not 4 15 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
4 bytes.
5 16
6 2004-03-30 Kenichi Handa <handa@m17n.org> 17 2004-03-30 Kenichi Handa <handa@m17n.org>
7 18
8 * editfns.c (Fformat): Fix initialization of the array info. 19 * editfns.c (Fformat): Fix initialization of the array info.
9 20