aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
Commit message (Collapse)AuthorAgeFilesLines
* Revision: [email protected]/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
| |
* | Revision: [email protected]/emacs--unicode--0--patch-44Miles Bader2005-05-051-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 272-288) - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field. - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 67) - Update from CVS
| * (syms_of_data) Staticpro Qcyclic_variable_indirection.Kim F. Storm2005-04-271-0/+1
| |
| * (Faref): Handle special slots used as default values ofKenichi Handa2005-04-201-11/+31
| | | | | | | | | | | | | | ascii, eight-bit-control, eight-bit-control. Don't ignore a default value set for a group of characters. (Faset): Signal an error if IDXVAL is not a valid character code. Make a sub-chartable with correct initial value.
* | Revision: [email protected]/emacs--unicode--0--patch-15Miles Bader2005-02-181-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-95 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-96 Move Gnus images into etc/images * [email protected]/emacs--cvs-trunk--0--patch-97 - [email protected]/emacs--cvs-trunk--0--patch-105 Update from CVS * [email protected]/gnus--rel--5.10--patch-14 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-15 Update from CVS: lisp/imap.el (imap-log): Doc fix. * [email protected]/gnus--rel--5.10--patch-16 Merge from emacs--cvs-trunk--0
| * (Fsetq_default): Allow no arg case.Richard M. Stallman2005-02-151-2/+2
| |
* | Revision: [email protected]/emacs--unicode--0--patch-81Miles Bader2005-01-021-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-748 - [email protected]/emacs--cvs-trunk--0--patch-749 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-750 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-751 - [email protected]/emacs--cvs-trunk--0--patch-753 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-754 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-755 - [email protected]/emacs--cvs-trunk--0--patch-757 Update from CVS * [email protected]/gnus--rel--5.10--patch-78 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-79 - [email protected]/gnus--rel--5.10--patch-80 Update from CVS * [email protected]/gnus--rel--5.10--patch-81 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-82 Update from CVS
| * (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.Richard M. Stallman2004-12-271-1/+1
| |
* | Revision: [email protected]/emacs--unicode--0--patch-79Miles Bader2004-12-251-0/+1
|\| | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-735 - [email protected]/emacs--cvs-trunk--0--patch-747 Update from CVS
| * * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (SIGNAL_THREAD_CHECK): New macro. * keyboard.c (input_available_signal): Move thread checking code to macro SIGNAL_THREAD_CHECK and call that macro. (interrupt_signal): Call SIGNAL_THREAD_CHECK. * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c. * emacs.c: Define main_thread. (main): Initialize main_thread. (handle_USR1_signal, handle_USR2_signal, fatal_error_signal) (memory_warning_signal): Call SIGNAL_THREAD_CHECK. * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK. * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK. * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK. * process.c (send_process_trap, sigchld_handler): Call SIGNAL_THREAD_CHECK. * data.c (arith_error): Call SIGNAL_THREAD_CHECK. * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
* | Revision: [email protected]/emacs--unicode--0--patch-74Miles Bader2004-12-081-1/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-709 Update from CVS: src/indent.c (Fvertical_motion): Fix last change. * [email protected]/emacs--cvs-trunk--0--patch-710 - [email protected]/emacs--cvs-trunk--0--patch-715 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-716 Merge from gnus--rel--5.10 * [email protected]/gnus--rel--5.10--patch-74 Update from CVS
| * (Fmake_variable_buffer_local): Doc fix.Richard M. Stallman2004-12-021-1/+6
| | | | | | | | (Fmake_local_variable): Doc fix.
* | Revision: [email protected]/emacs--unicode--0--patch-70Miles Bader2004-11-121-3/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-669 - [email protected]/emacs--cvs-trunk--0--patch-678 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-679 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-680 - [email protected]/emacs--cvs-trunk--0--patch-688 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-689 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-690 - [email protected]/emacs--cvs-trunk--0--patch-691 Update from CVS * [email protected]/gnus--rel--5.10--patch-69 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-70 - [email protected]/gnus--rel--5.10--patch-71 Update from CVS
| * (store_symval_forwarding): Remove unused variables.Kim F. Storm2004-11-091-3/+1
| |
* | Revision: [email protected]/emacs--unicode--0--patch-66Miles Bader2004-10-271-2/+2
|\| | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-642 Update from CVS
| * Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.Kim F. Storm2004-10-261-2/+2
| |
* | Revision: [email protected]/emacs--unicode--0--patch-62Miles Bader2004-10-221-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-616 - [email protected]/emacs--cvs-trunk--0--patch-620 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-621 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-622 - [email protected]/emacs--cvs-trunk--0--patch-625 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-626 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-627 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-628 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-629 - [email protected]/emacs--cvs-trunk--0--patch-630 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-631 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-632 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-633 Merge from gnus--rel--5.10 * [email protected]/gnus--rel--5.10--patch-51 - [email protected]/gnus--rel--5.10--patch-52 Update from CVS * [email protected]/gnus--rel--5.10--patch-53 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-54 - [email protected]/gnus--rel--5.10--patch-55 Update from CVS * [email protected]/gnus--rel--5.10--patch-56 Update from CVS: Add lisp/legacy-gnus-agent.el * [email protected]/gnus--rel--5.10--patch-57 - [email protected]/gnus--rel--5.10--patch-58 Update from CVS
| * (Flocal_variable_if_set_p): Doc fix.Luc Teirlinck2004-10-201-1/+5
| |
* | Revision: [email protected]/emacs--unicode--0--patch-27Miles Bader2004-08-031-2/+2
|\| | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-471 - [email protected]/emacs--cvs-trunk--0--patch-478 Update from CVS
| * (Finteractive_form): Doc fix.Luc Teirlinck2004-08-021-2/+2
| |
* | Revision: [email protected]/emacs--unicode--0--patch-17Miles Bader2004-06-291-15/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-417 - [email protected]/emacs--cvs-trunk--0--patch-419 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-420 Tweak permissions * [email protected]/emacs--cvs-trunk--0--patch-421 - [email protected]/emacs--cvs-trunk--0--patch-430 Update from CVS
| * (MAX_ALLOCA): Remove define.Kim F. Storm2004-06-211-15/+6
| | | | | | | | (Faset): Use SAFE_ALLOCA.
* | Revision: [email protected]/emacs--unicode--0--patch-15Miles Bader2004-06-281-12/+30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-218 - [email protected]/emacs--cvs-trunk--0--patch-220 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-221 Restore deleted tagline in etc/TUTORIAL.ru * [email protected]/emacs--cvs-trunk--0--patch-222 - [email protected]/emacs--cvs-trunk--0--patch-228 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-229 Remove TeX output files from the archive * [email protected]/emacs--cvs-trunk--0--patch-230 - [email protected]/emacs--cvs-trunk--0--patch-247 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-248 src/lisp.h (CYCLE_CHECK): Macro moved from xfaces.c * [email protected]/emacs--cvs-trunk--0--patch-249 - [email protected]/emacs--cvs-trunk--0--patch-256 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-258 - [email protected]/emacs--cvs-trunk--0--patch-263 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-264 Update from CVS: lispref/display.texi: emacs -> Emacs. * [email protected]/emacs--cvs-trunk--0--patch-265 - [email protected]/emacs--cvs-trunk--0--patch-274 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-275 Update from CVS: man/makefile.w32-in: Revert last change * [email protected]/emacs--cvs-trunk--0--patch-276 - [email protected]/emacs--cvs-trunk--0--patch-295 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-296 Allow restarting an existing debugger session that's exited * [email protected]/emacs--cvs-trunk--0--patch-297 - [email protected]/emacs--cvs-trunk--0--patch-299 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-300 - [email protected]/emacs--cvs-trunk--0--patch-327 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-328 Update from CVS: src/.gdbinit (xsymbol): Fix last change. * [email protected]/emacs--cvs-trunk--0--patch-329 - [email protected]/emacs--cvs-trunk--0--patch-344 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-345 Tweak source regexps so that building in place won't cause problems * [email protected]/emacs--cvs-trunk--0--patch-346 - [email protected]/emacs--cvs-trunk--0--patch-351 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-352 Update from CVS: lisp/flymake.el: New file. * [email protected]/emacs--cvs-trunk--0--patch-353 - [email protected]/emacs--cvs-trunk--0--patch-361 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-362 Support " [...]" style defaults in minibuffer-electric-default-mode * [email protected]/emacs--cvs-trunk--0--patch-363 (read-number): Use canonical format for default in prompt. * [email protected]/emacs--cvs-trunk--0--patch-364 - [email protected]/emacs--cvs-trunk--0--patch-367 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-368 Improve display-supports-face-attributes-p on non-ttys * [email protected]/emacs--cvs-trunk--0--patch-369 Rewrite face-differs-from-default-p * [email protected]/emacs--cvs-trunk--0--patch-370 Move `display-supports-face-attributes-p' entirely into C code * [email protected]/emacs--cvs-trunk--0--patch-371 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-372 Simplify face-differs-from-default-p; don't consider :stipple. * [email protected]/emacs--cvs-trunk--0--patch-373 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-374 (tty_supports_face_attributes_p): Ensure attributes differ from default * [email protected]/emacs--cvs-trunk--0--patch-375 - [email protected]/emacs--cvs-trunk--0--patch-376 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-377 (Fdisplay_supports_face_attributes_p): Work around bootstrapping problem * [email protected]/emacs--cvs-trunk--0--patch-378 - [email protected]/emacs--cvs-trunk--0--patch-380 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-381 Face merging cleanups * [email protected]/emacs--cvs-trunk--0--patch-382 - [email protected]/emacs--cvs-trunk--0--patch-384 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-385 src/xfaces.c (push_named_merge_point): Return 0 if a cycle is detected * [email protected]/emacs--cvs-trunk--0--patch-386 - [email protected]/emacs--cvs-trunk--0--patch-395 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-396 Tweak arch tagging to make build/install-in-place less annoying * [email protected]/emacs--cvs-trunk--0--patch-397 Work around vc-arch problems when building eshell * [email protected]/emacs--cvs-trunk--0--patch-398 Tweak permissions * [email protected]/emacs--cvs-trunk--0--patch-399 Tweak directory permissions * [email protected]/emacs--cvs-trunk--0--patch-400 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-401 More build-in-place tweaking of arch tagging * [email protected]/emacs--cvs-trunk--0--patch-402 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-403 Yet more build-in-place tweaking of arch tagging * [email protected]/emacs--cvs-trunk--0--patch-404 - [email protected]/emacs--cvs-trunk--0--patch-409 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-410 Make sure image types are initialized for lookup too * [email protected]/emacs--cvs-trunk--0--patch-411 - [email protected]/emacs--cvs-trunk--0--patch-416 Update from CVS
| * (Fset_default): Make argument names match their use in docstring.Juanma Barranquero2004-05-161-1/+1
| |
| * (Fquo): Simplify.Juanma Barranquero2004-05-091-3/+1
| |
| * (Fquo): If any argument is float, do the computation in floating point.Juanma Barranquero2004-05-081-0/+6
| |
| * (Fsetq_default): Fix docstring.Juanma Barranquero2004-05-061-5/+5
| |
| * (Fsubr_name): New fun.Stefan Monnier2004-04-291-0/+14
| | | | | | | | (syms_of_data): Defsubr it.
| * (Faref, Faset): Use BOOL_VECTOR_BITS_PER_CHAR instead ofAndreas Schwab2004-04-261-6/+6
| | | | | | | | BITS_PER_CHAR for bool vectors.
| * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.Jan Djärv2004-03-311-1/+1
| |
| * (Finteractive_form): Rename from Fsubr_interactive_form.Stefan Monnier2004-03-291-11/+33
| | | | | | | | Extend to handle all kinds of functions.
| * Lisp_Object/int mixup.Stefan Monnier2004-02-161-1/+1
| |
| * * data.c (Fbyteorder): New function.Jan Djärv2004-02-101-0/+15
| |
| * (store_symval_forwarding): Handle setting default-fill-column, etc.,Richard M. Stallman2003-12-291-0/+32
| | | | | | | | by changing buffers that use the default.
| * (Qinteger): Exported.Lars Hansen2003-11-211-1/+3
| |
| * (Fsetplist): Doc fix.Luc Teirlinck2003-10-261-1/+1
| |
| * (Fvariable_binding_locus): New function.Richard M. Stallman2003-09-191-1/+36
| | | | | | | | | | (syms_of_data): defsubr it. (Flocal_variable_p): Delete duplicate call to indirect_variable.
* | Sync to HEADKenichi Handa2004-04-161-14/+129
| |
* | (Faset): Check newelt by CHECK_CHARACTER. Don't changeKenichi Handa2003-09-261-2/+3
| | | | | | | | multibyteness of the result when newelt is an 8-bit character.
* | *** empty log message ***Kenichi Handa2003-09-081-112/+7
|\ \
| * | (Faset): Check NEWELT by ASCII_CHAR_P, not byKenichi Handa2002-10-151-1/+1
| | | | | | | | | | | | SINGLE_BYTE_CHAR_P.
| * | Copyright up-date.Dave Love2002-07-031-1/+1
| | |
| * | (Fchar_or_string_p): Doc fix. Use CHARACTERP.Dave Love2002-05-231-2/+2
| | |
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-110/+5
| | | | | | | | | | | | | | | (Faref): Call CHAR_TABLE_REF for a char table. (Faset): Call CHAR_TABLE_SET for a char table.
* | | New directoryKenichi Handa2003-09-081-9/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
| |
* | (Fmake_variable_buffer_local, Fmake_local_variable)Richard M. Stallman2003-08-291-0/+6
| | | | | | | | | | | | (Fkill_local_variable, Fmake_variable_frame_local) (Flocal_variable_p, Flocal_variable_if_set_p): Use indirect_variable to trace thru variable aliases.
* | (let_shadows_buffer_binding_p): Make target of p volatile.Richard M. Stallman2003-05-171-1/+1
| |
* | (Faset): Calculate nbytes earlier, to satisfy the now pickierMiles Bader2003-04-181-2/+3
| | | | | | | | PARSE_MULTIBYTE_SEQ.