Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | af2db7d310f2 |
children | e44bbdb4e51f |
comparison
equal
deleted
inserted
replaced
646:00c54252fe4f | 647:b39c14581166 |
---|---|
1 2001-06-24 Ben Wing <ben@xemacs.org> | |
2 | |
3 * EmacsFrame.c (EmacsFrameSetValues): | |
4 * alloc.c: | |
5 * alloc.c (xmalloc): | |
6 * alloc.c (xcalloc): | |
7 * alloc.c (xmalloc_and_zero): | |
8 * alloc.c (xrealloc): | |
9 * alloc.c (deadbeef_memory): | |
10 * alloc.c (allocate_lisp_storage): | |
11 * alloc.c (alloc_lcrecord): | |
12 * alloc.c (Fmake_list): | |
13 * alloc.c (size_vector): | |
14 * alloc.c (vector_hash): | |
15 * alloc.c (make_vector_internal): | |
16 * alloc.c (make_vector): | |
17 * alloc.c (make_bit_vector_internal): | |
18 * alloc.c (make_bit_vector): | |
19 * alloc.c (make_bit_vector_from_byte_vector): | |
20 * alloc.c (Fmake_string): | |
21 * alloc.c (make_lcrecord_list): | |
22 * alloc.c (GC_CHECK_LHEADER_INVARIANTS): | |
23 * alloc.c (tick_lcrecord_stats): | |
24 * alloc.c (sweep_strings): | |
25 * alloc.c (UNMARK_string): | |
26 * alloc.c (ADDITIONAL_FREE_string): | |
27 * alloc.c (garbage_collect_1): | |
28 * alloc.c (Fgarbage_collect): | |
29 * alloc.c (malloced_storage_size): | |
30 * alloc.c (fixed_type_block_overhead): | |
31 * backtrace.h: | |
32 * backtrace.h (SPECPDL_RESERVE): | |
33 * blocktype.c (Blocktype_newf): | |
34 * blocktype.h: | |
35 * blocktype.h (Blocktype_declare): | |
36 * buffer.c: | |
37 * buffer.c (compute_buffer_text_usage): | |
38 * buffer.c (DEFVAR_BUFFER_LOCAL_1): | |
39 * buffer.h (struct buffer_text): | |
40 * buffer.h (MAP_INDIRECT_BUFFERS): | |
41 * buffer.h (valid_char_p): | |
42 * buffer.h (union): | |
43 * buffer.h (bufbyte_memcmp): | |
44 * bytecode.c (optimize_byte_code): | |
45 * bytecode.c (compiled_function_hash): | |
46 * callproc.c (Fold_call_process_internal): | |
47 * chartab.c (char_table_entry_hash): | |
48 * chartab.c (char_table_hash): | |
49 * chartab.c (check_category_char): | |
50 * chartab.c (Fcheck_category_at): | |
51 * chartab.c (Fchar_in_category_p): | |
52 * chartab.h: | |
53 * console-x.c (x_semi_canonicalize_console_connection): | |
54 * console.h (struct console_methods): | |
55 * data.c (Faref): | |
56 * data.c (Faset): | |
57 * data.c (weak_list_hash): | |
58 * device-msw.c (msprinter_init_device): | |
59 * device-msw.c (Fmsprinter_select_settings): | |
60 * device-msw.c (hash_devmode): | |
61 * device-msw.c (Fmswindows_printer_list): | |
62 * device-x.c (validify_resource_component): | |
63 * device-x.c (Fx_put_resource): | |
64 * dialog-msw.c: | |
65 * dialog-msw.c (dialog_proc): | |
66 * dialog-msw.c (button_width): | |
67 * dialog-msw.c (ALIGN_TEMPLATE): | |
68 * dialog-msw.c (handle_question_dialog_box): | |
69 * dired.c (struct user_name): | |
70 * dired.c (user_name_completion): | |
71 * doc.c (get_doc_string): | |
72 * doc.c (Fsnarf_documentation): | |
73 * doprnt.c (parse_off_posnum): | |
74 * doprnt.c (emacs_doprnt_1): | |
75 * dumper.c: | |
76 * dumper.c (struct): | |
77 * dumper.c (dump_add_opaque): | |
78 * dumper.c (pdump_align_stream): | |
79 * dumper.c (pdump_size_to_align): | |
80 * dumper.c (pdump_entry_list_elt): | |
81 * dumper.c (pdump_add_entry): | |
82 * dumper.c (pdump_get_indirect_count): | |
83 * dumper.c (pdump_register_sub): | |
84 * dumper.c (pdump_dump_data): | |
85 * dumper.c (pdump_reloc_one): | |
86 * dumper.c (pdump_allocate_offset): | |
87 * dumper.c (pdump_dump_root_struct_ptrs): | |
88 * dumper.c (pdump_dump_root_objects): | |
89 * dumper.c (pdump_load_finish): | |
90 * dumper.c (pdump_resource_get): | |
91 * dumper.c (pdump_file_get): | |
92 * dynarr.c (Dynarr_memory_usage): | |
93 * editfns.c (Fformat_time_string): | |
94 * editfns.c (Fcurrent_time_string): | |
95 * eldap.c (Fldap_add): | |
96 * eldap.c (Fldap_modify): | |
97 * elhash.c: | |
98 * elhash.c (struct Lisp_Hash_Table): | |
99 * elhash.c (lisp_string_hash): | |
100 * elhash.c (lisp_object_eql_hash): | |
101 * elhash.c (lisp_object_equal_hash): | |
102 * elhash.c (hash_table_hash): | |
103 * elhash.c (print_hash_table): | |
104 * elhash.c (compute_hash_table_derived_values): | |
105 * elhash.c (make_standard_lisp_hash_table): | |
106 * elhash.c (make_general_lisp_hash_table): | |
107 * elhash.c (make_lisp_hash_table): | |
108 * elhash.c (decode_hash_table_size): | |
109 * elhash.c (resize_hash_table): | |
110 * elhash.c (enlarge_hash_table): | |
111 * elhash.c (remhash_1): | |
112 * elhash.c (internal_array_hash): | |
113 * elhash.c (internal_hash): | |
114 * elhash.h: | |
115 * emacs.c: | |
116 * eval.c (grow_specpdl): | |
117 * event-Xt.c (x_event_to_emacs_event): | |
118 * event-msw.c: | |
119 * event-msw.c (ntpipe_slurp_reader): | |
120 * event-msw.c (ntpipe_shove_writer): | |
121 * event-msw.c (struct winsock_stream): | |
122 * event-msw.c (winsock_reader): | |
123 * event-msw.c (winsock_writer): | |
124 * event-msw.c (mswindows_need_event): | |
125 * event-msw.c (assert): | |
126 * event-msw.c (mswindows_current_layout_has_AltGr): | |
127 * event-msw.c (debug_output_mswin_message): | |
128 * events.c (event_hash): | |
129 * extents.c (extent_list_locate): | |
130 * faces.c (face_hash): | |
131 * file-coding.c: | |
132 * file-coding.c (detect_eol_type): | |
133 * file-coding.c (detect_coding_type): | |
134 * file-coding.c (determine_real_coding_system): | |
135 * file-coding.c (Fdetect_coding_region): | |
136 * file-coding.c (decoding_reader): | |
137 * file-coding.c (decoding_writer): | |
138 * file-coding.c (mule_decode): | |
139 * file-coding.c (Fdecode_coding_region): | |
140 * file-coding.c (encoding_reader): | |
141 * file-coding.c (encoding_writer): | |
142 * file-coding.c (mule_encode): | |
143 * file-coding.c (Fencode_coding_region): | |
144 * file-coding.c (detect_coding_sjis): | |
145 * file-coding.c (decode_coding_sjis): | |
146 * file-coding.c (encode_coding_sjis): | |
147 * file-coding.c (DECODE_BIG5): | |
148 * file-coding.c (ENCODE_BIG5): | |
149 * file-coding.c (detect_coding_big5): | |
150 * file-coding.c (decode_coding_big5): | |
151 * file-coding.c (encode_coding_big5): | |
152 * file-coding.c (Fset_ucs_char): | |
153 * file-coding.c (detect_coding_ucs4): | |
154 * file-coding.c (decode_coding_ucs4): | |
155 * file-coding.c (encode_coding_ucs4): | |
156 * file-coding.c (detect_coding_utf8): | |
157 * file-coding.c (decode_coding_utf8): | |
158 * file-coding.c (encode_coding_utf8): | |
159 * file-coding.c (detect_coding_iso2022): | |
160 * file-coding.c (decode_coding_iso2022): | |
161 * file-coding.c (iso2022_designate): | |
162 * file-coding.c (encode_coding_iso2022): | |
163 * file-coding.c (decode_coding_no_conversion): | |
164 * file-coding.c (encode_coding_no_conversion): | |
165 * fileio.c (read_allowing_quit): | |
166 * fileio.c (write_allowing_quit): | |
167 * filelock.c (struct): | |
168 * filelock.c (LOCK_PID_MAX): | |
169 * filelock.c (fill_in_lock_file_name): | |
170 * filelock.c (lock_file_1): | |
171 * filelock.c (lock_file): | |
172 * floatfns.c (float_hash): | |
173 * fns.c (print_bit_vector): | |
174 * fns.c (bit_vector_hash): | |
175 * fns.c (size_bit_vector): | |
176 * fns.c (Flength): | |
177 * fns.c (Fsafe_length): | |
178 * fns.c (copy_list): | |
179 * fns.c (Fnthcdr): | |
180 * fns.c (Ffillarray): | |
181 * fns.c (bytecode_nconc2): | |
182 * fns.c (Fnconc): | |
183 * fns.c (mapcar1): | |
184 * fns.c (Fmapcar): | |
185 * fns.c (Fmapvector): | |
186 * fns.c (XMALLOC_OR_ALLOCA): | |
187 * font-lock.c: | |
188 * font-lock.c (SYNTAX_END_STYLE): | |
189 * font-lock.c (SINGLE_SYNTAX_STYLE): | |
190 * font-lock.c (find_context): | |
191 * frame-x.c (x_set_initial_frame_size): | |
192 * frame-x.c (Fcde_start_drag_internal): | |
193 * frame-x.c (Foffix_start_drag_internal): | |
194 * frame.h (struct frame): | |
195 * getloadavg.c: | |
196 * getloadavg.c (getloadavg): | |
197 * gif_io.c (GifStdRead): | |
198 * gif_io.c (GifStdWrite): | |
199 * gif_io.c (GifRead): | |
200 * gif_io.c (GifWrite): | |
201 * gifrlib.h: | |
202 * glyphs-eimage.c (message): | |
203 * glyphs-eimage.c (our_skip_input_data): | |
204 * glyphs-eimage.c (jpeg_memory_src): | |
205 * glyphs-eimage.c (gif_instantiate_unwind): | |
206 * glyphs-eimage.c (gif_read_from_memory): | |
207 * glyphs-eimage.c (gif_memory_close): | |
208 * glyphs-eimage.c (gif_error_func): | |
209 * glyphs-eimage.c (png_read_from_memory): | |
210 * glyphs-eimage.c (tiff_memory_read): | |
211 * glyphs-eimage.c (tiff_memory_write): | |
212 * glyphs-eimage.c (tiff_memory_seek): | |
213 * glyphs-eimage.c (tiff_memory_close): | |
214 * glyphs-eimage.c (tiff_map_noop): | |
215 * glyphs-eimage.c (tiff_unmap_noop): | |
216 * glyphs-eimage.c (tiff_memory_size): | |
217 * glyphs-eimage.c (tiff_error_func): | |
218 * glyphs-eimage.c (tiff_warning_func): | |
219 * glyphs-msw.c (xpm_to_eimage): | |
220 * glyphs-msw.c (mswindows_resource_instantiate): | |
221 * glyphs-msw.c (xbm_create_bitmap_from_data): | |
222 * glyphs-msw.c (mswindows_image_instance_hash): | |
223 * glyphs-shared.c (read_bitmap_data): | |
224 * glyphs-shared.c (read_bitmap_data_from_file): | |
225 * glyphs-x.c (x_image_instance_hash): | |
226 * glyphs-x.c (write_lisp_string_to_temp_file): | |
227 * glyphs-x.c (check_pointer_sizes): | |
228 * glyphs-x.c (x_xpm_instantiate): | |
229 * glyphs-x.c (x_subwindow_instantiate): | |
230 * glyphs.c (image_instance_hash): | |
231 * glyphs.c (bitmap_to_lisp_data): | |
232 * glyphs.c (instantiator_eq_hash): | |
233 * glyphs.c (glyph_hash): | |
234 * glyphs.h: | |
235 * glyphs.h (INITIALIZE_DEVICE_IIFORMAT): | |
236 * glyphs.h (struct Lisp_Image_Instance): | |
237 * glyphs.h (struct expose_ignore): | |
238 * gmalloc.c (_free_internal): | |
239 * gpmevent.c (tty_get_foreign_selection): | |
240 * gui-x.c (add_accel_and_to_external): | |
241 * gui.c (gui_item_display_flush_left): | |
242 * gui.c (gui_item_display_flush_right): | |
243 * gui.c (gui_item_hash): | |
244 * gui.h: | |
245 * hash.c: | |
246 * hash.c (memory_hash): | |
247 * hash.c (string_hash): | |
248 * hash.c (hash_table_size): | |
249 * hash.c (gethash): | |
250 * hash.c (make_hash_table): | |
251 * hash.c (make_general_hash_table): | |
252 * hash.c (grow_hash_table): | |
253 * hash.c (puthash): | |
254 * hash.c (rehash): | |
255 * hash.c (remhash): | |
256 * hash.h: | |
257 * hash.h (struct hash_table): | |
258 * hftctl.c (RD_BUF): | |
259 * imgproc.c (build_EImage_quantable): | |
260 * insdel.c (bytecount_to_charcount): | |
261 * keymap.c: | |
262 * keymap.c (make_keymap): | |
263 * keymap.c (relevant_map_push): | |
264 * line-number.c (insert_invalidate_line_number_cache): | |
265 * linuxplay.c (linux_play_data_or_file): | |
266 * lisp.h: | |
267 * lisp.h (DO_REALLOC): | |
268 * lisp.h (struct Lisp_Bit_Vector): | |
269 * lisp.h (bit_vector_bit): | |
270 * lisp.h (set_bit_vector_bit): | |
271 * lisp.h (struct lcrecord_list): | |
272 * lisp.h (struct overhead_stats): | |
273 * lrecord.h: | |
274 * lrecord.h (struct lrecord_implementation): | |
275 * lrecord.h (lrecord_description_type): | |
276 * lrecord.h (struct lrecord_description): | |
277 * lrecord.h (struct struct_description): | |
278 * lrecord.h (MAKE_EXTERNAL_LRECORD_IMPLEMENTATION): | |
279 * lrecord.h (RECORD_TYPEP): | |
280 * lrecord.h (DECLARE_EXTERNAL_LRECORD): | |
281 * lstream.c: | |
282 * lstream.c (aligned_sizeof_lstream): | |
283 * lstream.c (sizeof_lstream): | |
284 * lstream.c (Lstream_flush_out): | |
285 * lstream.c (Lstream_adding): | |
286 * lstream.c (Lstream_write_1): | |
287 * lstream.c (Lstream_write): | |
288 * lstream.c (Lstream_raw_read): | |
289 * lstream.c (Lstream_read_more): | |
290 * lstream.c (Lstream_read): | |
291 * lstream.c (Lstream_unread): | |
292 * lstream.c (Lstream_fputc): | |
293 * lstream.c (stdio_reader): | |
294 * lstream.c (stdio_writer): | |
295 * lstream.c (filedesc_reader): | |
296 * lstream.c (filedesc_writer): | |
297 * lstream.c (lisp_string_reader): | |
298 * lstream.c (struct fixed_buffer_stream): | |
299 * lstream.c (make_fixed_buffer_input_stream): | |
300 * lstream.c (make_fixed_buffer_output_stream): | |
301 * lstream.c (fixed_buffer_reader): | |
302 * lstream.c (fixed_buffer_writer): | |
303 * lstream.c (struct resizing_buffer_stream): | |
304 * lstream.c (resizing_buffer_writer): | |
305 * lstream.c (dynarr_writer): | |
306 * lstream.c (lisp_buffer_reader): | |
307 * lstream.c (lisp_buffer_writer): | |
308 * lstream.h: | |
309 * lstream.h (lstream_implementation): | |
310 * lstream.h (struct lstream): | |
311 * malloc.c: | |
312 * malloc.c (malloc): | |
313 * malloc.c (free): | |
314 * malloc.c (realloc): | |
315 * md5.c (Fmd5): | |
316 * menubar-msw.c (displayable_menu_item): | |
317 * mule-ccl.c (ccl_driver): | |
318 * mule-charset.c (non_ascii_charptr_copy_char): | |
319 * mule-charset.c (Lstream_get_emchar_1): | |
320 * mule-charset.h (struct Lisp_Charset): | |
321 * mule-charset.h (CHARSET_BY_ATTRIBUTES): | |
322 * mule-wnnfns.c (m2w): | |
323 * ntheap.c (recreate_heap): | |
324 * ntproc.c (find_child_pid): | |
325 * objects-msw.c (mswindows_string_to_color): | |
326 * objects-msw.c (mswindows_initialize_color_instance): | |
327 * objects-msw.c (mswindows_valid_color_name_p): | |
328 * objects-x.c (x_initialize_font_instance): | |
329 * objects-x.c (truename_via_FONT_prop): | |
330 * objects-x.c (x_font_instance_properties): | |
331 * offix.c (DndDragButtons): | |
332 * offix.h: | |
333 * opaque.c (aligned_sizeof_opaque): | |
334 * opaque.c (sizeof_opaque): | |
335 * opaque.c (make_opaque): | |
336 * opaque.c (equal_opaque): | |
337 * opaque.c (reinit_opaque_once_early): | |
338 * opaque.h: | |
339 * opaque.h (Lisp_Opaque): | |
340 * postgresql.h (message): | |
341 * process-nt.c (alloc_process_memory): | |
342 * process-nt.c (run_in_other_process): | |
343 * process-nt.c (nt_send_process): | |
344 * process-unix.c (unix_send_process): | |
345 * rangetab.c (get_range_table): | |
346 * redisplay-msw.c (mswindows_output_cursor): | |
347 * redisplay-x.c (x_output_string): | |
348 * redisplay-x.c (x_output_vertical_divider): | |
349 * redisplay.c (add_hscroll_rune): | |
350 * redisplay.c (add_octal_runes): | |
351 * redisplay.c (add_control_char_runes): | |
352 * redisplay.c (add_propagation_runes): | |
353 * redisplay.c (redisplay_window): | |
354 * redisplay.c (point_in_line_start_cache): | |
355 * redisplay.c (glyph_to_pixel_translation): | |
356 * regex.c: | |
357 * regex.c (init_syntax_once): | |
358 * regex.c (print_fastmap): | |
359 * regex.c (print_double_string): | |
360 * regex.c (struct): | |
361 * regex.c (PUSH_FAILURE_POINT): | |
362 * regex.c (POP_FAILURE_POINT): | |
363 * regex.c (union): | |
364 * regex.c (SET_REGS_MATCHED): | |
365 * regex.c (GET_BUFFER_SPACE): | |
366 * regex.c (regex_compile): | |
367 * regex.c (compile_range): | |
368 * regex.c (re_compile_fastmap): | |
369 * regex.c (re_set_registers): | |
370 * regex.c (re_search_2): | |
371 * regex.c (re_match_2_internal): | |
372 * regex.c (regcomp): | |
373 * regex.c (regexec): | |
374 * regex.c (regerror): | |
375 * regex.h: | |
376 * regex.h (Element_Count): | |
377 * regex.h (struct re_pattern_buffer): | |
378 * regex.h (struct re_registers): | |
379 * search.c (skip_chars): | |
380 * select-gtk.c: | |
381 * select-gtk.c (symbol_to_gtk_atom): | |
382 * select-gtk.c (atom_to_symbol): | |
383 * select-gtk.c (PROCESSING_GTK_CODE): | |
384 * select-gtk.c (emacs_gtk_selection_handle): | |
385 * select-gtk.c (gtk_get_window_property): | |
386 * select-gtk.c (receive_incremental_selection): | |
387 * select-gtk.c (gtk_get_window_property_as_lisp_data): | |
388 * select-x.c: | |
389 * select-x.c (symbol_to_x_atom): | |
390 * select-x.c (PROCESSING_X_CODE): | |
391 * select-x.c (x_reply_selection_request): | |
392 * select-x.c (x_handle_selection_request): | |
393 * select-x.c (copy_multiple_data): | |
394 * select-x.c (x_get_window_property): | |
395 * select-x.c (receive_incremental_selection): | |
396 * select-x.c (x_get_window_property_as_lisp_data): | |
397 * select-x.c (Fx_get_cutbuffer_internal): | |
398 * select-x.c (Fx_store_cutbuffer_internal): | |
399 * sheap.c (report_sheap_usage): | |
400 * specifier.c (aligned_sizeof_specifier): | |
401 * specifier.c (sizeof_specifier): | |
402 * specifier.c (make_specifier_internal): | |
403 * symbols.c (defsymbol_massage_name_1): | |
404 * symbols.c (defkeyword_massage_name): | |
405 * symbols.c (deferror_massage_name_and_message): | |
406 * sysdep.c (get_eof_char): | |
407 * sysdep.c (tty_init_sys_modes_on_device): | |
408 * sysdep.c (init_system_name): | |
409 * sysdir.h (select): | |
410 * tests.c (Ftest_data_format_conversion): | |
411 * tparam.c: | |
412 * unexaix.c (copy_sym): | |
413 * unexconvex.c (sptr;): | |
414 * unexconvex.c (copy_sym): | |
415 * unexcw.c: | |
416 * unexcw.c (unexec): | |
417 * unexcw.c (ALLOC_MASK): | |
418 * unexcw.c (CHECK_AOUT_POS): | |
419 * unexcw.c (get_section_info): | |
420 * unexcw.c (copy_executable_and_dump_data_section): | |
421 * unexcw.c (dup_file_area): | |
422 * unexcw.c (write_int_to_bss): | |
423 * unexec.c (make_hdr): | |
424 * unexec.c (copy_sym): | |
425 * window.c (struct window_config): | |
426 * window.c (mark_window_config): | |
427 * window.c (sizeof_window_config_for_n_windows): | |
428 * window.c (sizeof_window_config): | |
429 * window.c (window_config_equal): | |
430 * window.c (free_window_configuration): | |
431 * window.c (Fset_window_configuration): | |
432 * window.c (count_windows): | |
433 * window.c (Fcurrent_window_configuration): | |
434 * window.c (reinit_vars_of_window): | |
435 * xgccache.c (gc_cache_hash): | |
436 * xmu.c (XmuCursorNameToIndex): | |
437 Create types Memory_Count, Element_Count, Hash_Code. The first | |
438 two are EMACS_INT, the last EMACS_UINT. Use them to replace | |
439 size_t, and to replace int/unsigned int where appropriate | |
440 (there are probably more such places). | |
441 | |
442 Eliminate size_t and hashcode_t everywhere except in ancillary | |
443 code that is borrowed from elsewhere. (Use Memory_Count, | |
444 Element_Count, Hash_Code, Bytecount, Extcount, or EMACS_INT.) | |
445 Eliminate use of unsigned everywhere except in the same code, when | |
446 (a) it holds a simple count (rather than a bit flag and such); (b) | |
447 it refers to an int or long, not something smaller; (c) it's not | |
448 necessary specifically to call an external API with such a | |
449 parameter (we treat such parameters like Extbyte, and convert at | |
450 the point of entry/exit); and (d) there's no reasonable | |
451 possibility it will refer to a value greater than 2G, or if it | |
452 could, other things in XEmacs would break. | |
453 | |
454 Put parens around all sizeof args in case we decide to macro-ize | |
455 this. (I don't think it's necessary. Now that we've turned | |
456 sign-compare warnings back on, we will get warnings wherever the | |
457 unsigned return value of sizeof might cause problems. That's | |
458 what the warnings are for, after all.) | |
459 | |
460 Eliminate dumper type XD_SIZE_T and replace with XD_MEMORY_COUNT, | |
461 XD_ELEMENT_COUNT, XD_HASH_CODE. | |
462 | |
463 Rename Lstream_data_count to Lstream_Data_Count, following the | |
464 capitalization conventions used in other types. | |
465 | |
466 * elhash.c (hash_table_size): | |
467 Hash table sizes are signed now, so comment out the two highest | |
468 (post-2G) numbers in the primes list. | |
469 | |
470 * event-msw.c (mswindows_current_layout_has_AltGr): | |
471 Rewrite to be a bit more correct and fix unsigned problems. | |
472 | |
473 * extents.c (extent_hash): | |
474 * extents.c (set_extent_glyph): | |
475 * extents.c (Fset_extent_begin_glyph_layout): | |
476 * extents.c (Fset_extent_end_glyph_layout): | |
477 * extents.h: | |
478 * extents.h (set_extent_normal_field): | |
479 * extents.h (extent_begin_glyph_layout): | |
480 To eliminate warnings, create set functions for the enum fields | |
481 in struct extent. | |
482 | |
483 * filelock.c: Use pid_t instead of unsigned long to represent a pid. | |
484 (#### Perhaps a bad idea. Generally using unknown types of this | |
485 sort is bad.) | |
486 | |
487 * gif_io.c: | |
488 Include lisp.h. | |
489 | |
490 * glyphs-eimage.c (jpeg_instantiate): | |
491 * glyphs-eimage.c (gif_memory_storage): | |
492 * glyphs-eimage.c (gif_instantiate): | |
493 * glyphs-eimage.c (struct png_memory_storage): | |
494 * glyphs-eimage.c (png_instantiate): | |
495 * glyphs-eimage.c (tiff_memory_storage): | |
496 * glyphs-eimage.c (tiff_instantiate): | |
497 Replace Extbyte with more correct UChar_Binary, Extcount with | |
498 Memory_Count. | |
499 | |
500 * glyphs-shared.c (read_bitmap_data): | |
501 Replace char with Char_ASCII. | |
502 | |
503 * gui-x.c: | |
504 Replace unsigned int with more correct LWLIB_ID for lwlib_id_tick. | |
505 | |
506 * hftctl.c: | |
507 This was trying to include "lisp.h" to encapsulated file functions | |
508 (where they once were encapsulated, but no more); so include | |
509 sysfile.h. This only affects read(). | |
510 | |
511 * imgproc.c (get_histogram): | |
512 replace unsigned char with UChar_Binary. | |
513 | |
514 * lisp.h: | |
515 Move basic types to top of file since we need them in some | |
516 macros just below. | |
517 | |
518 * redisplay-x.c: | |
519 Convert various variables that were declared as unsigned due to | |
520 return values from X functions to be signed, and create "external" | |
521 versions of the variables to retrieve the unsigned value, which is | |
522 then immediately converted to signed. | |
523 | |
524 * tparam.c: | |
525 Eliminate useless non-#ifdef emacs code. | |
526 | |
527 * select-common.h: | |
528 * select-gtk.c: | |
529 * select-x.c: | |
530 Abstract out hairy and duplicated code from select-x/gtk.c and | |
531 put into select-common.h. Use ifdefs to handle the (small | |
532 number of) differences. | |
533 | |
534 * select-x.c (x_reply_selection_request): | |
535 * select-x.c (x_handle_selection_request): | |
536 * select-x.c (copy_multiple_data): | |
537 * select-x.c (x_get_window_property): | |
538 * select-x.c (receive_incremental_selection): | |
539 * select-x.c (x_get_window_property_as_lisp_data): | |
540 * select-x.c (Fx_get_cutbuffer_internal): | |
541 * select-x.c (Fx_store_cutbuffer_internal): | |
542 Replace uses of `unsigned char' and `Extbyte' with UChar_Binary. | |
543 | |
544 * sysdep.c (init_baud_rate): | |
545 Fix warning when HAVE_TTY not defined. | |
546 | |
547 * glyphs-eimage.c: | |
548 * postgresql.h: | |
549 * sysdir.h: | |
550 Do some hackery to avoid shadowing warnings. | |
551 | |
552 * s\esix.h: | |
553 * m\tad68k.h: | |
554 Comment out redefinition of select (we don't have our own version | |
555 anyway, and we play preprocessor games with select in sysdir.h). | |
556 | |
1 2001-08-04 Adrian Aichner <adrian@xemacs.org> | 557 2001-08-04 Adrian Aichner <adrian@xemacs.org> |
2 | 558 |
3 * console.c: Fix of compile error on darwin, as suggested by Toby | 559 * console.c: Fix of compile error on darwin, as suggested by Toby |
4 Smith. | 560 Smith. |
5 | 561 |