User: stephent
Date: 05/11/29 09:38:34
Modified: xemacs/src ChangeLog xemacs.def.in.in
Log:
Add error check symbols to xemacs.def.
<87ek4zu9z3.fsf(a)tleepslib.sk.tsukuba.ac.jp>
Revision Changes Path
1.899 +7 -0 XEmacs/xemacs/src/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.898
retrieving revision 1.899
diff -u -p -r1.898 -r1.899
--- ChangeLog 2005/11/28 16:39:53 1.898
+++ ChangeLog 2005/11/29 08:38:29 1.899
@@ -1,5 +1,12 @@
2005-11-29 Stephen J. Turnbull <stephen(a)xemacs.org>
+ * xemacs.def.in.in (error_check_cons, error_check_ldap):
+ (error_check_opaque_ptr, error_check_pgconn, error_check_pgresult):
+ (error_check_string, wrap_record_1, XINT_1): Add. Patch by Rick
+ Rankin <20051129041305.35172.qmail(a)web61022.mail.yahoo.com>.
+
+2005-11-29 Stephen J. Turnbull <stephen(a)xemacs.org>
+
* xemacs.def.in.in (lrecord_uid_counter): Add it. Patch by Rick
Rankin <20051120054349.52906.qmail(a)web61019.mail.yahoo.com>.
1.12 +12 -0 XEmacs/xemacs/src/xemacs.def.in.in
Index: xemacs.def.in.in
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/xemacs.def.in.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- xemacs.def.in.in 2005/11/28 16:39:54 1.11
+++ xemacs.def.in.in 2005/11/29 08:38:32 1.12
@@ -82,6 +82,12 @@ emodules_doc_sym /* CDOCSYM */
eputenv
#ifdef DEBUG_XEMACS
eq_with_ebola_notice /* EQ_WITH_EBOLA_NOTICE */
+error_check_cons
+error_check_ldap
+error_check_opaque_ptr
+error_check_pgconn
+error_check_pgresult
+error_check_string
#endif
free_opaque_ptr
get_coding_system_for_text_file
@@ -144,6 +150,9 @@ vector1
vector2
vector3
warn_when_safe
+#ifdef DEBUG_XEMACS
+wrap_record_1
+#endif
write_c_string
write_fmt_string
write_fmt_string_lisp
@@ -187,6 +196,9 @@ Fset_buffer
Fsignal
Fthrow
Fvector
+#ifdef DEBUG_XEMACS
+XINT_1
+#endif
/* Exported variables */
__temp_alloca_size__ /* ALLOCA */
Show replies by date