Mercurial > hg > xemacs-beta
annotate etc/unicode/mule-ucs/vietnamese-viscii-lower.txt @ 4932:8b63e21b0436
fix compile issues with gcc 4
-------------------- ChangeLog entries follow: --------------------
ChangeLog addition:
2010-01-24 Ben Wing <ben@xemacs.org>
* aclocal.m4 (XE_SHLIB_STUFF):
Use -export-all-symbols instead of -export-dynamic on PE targets
(Cygwin and MinGW).
* configure.ac (XE_EXPAND_VARIABLE):
* configure.ac (TAB):
Create variable XEMACS_CC_GPP to check whether we're running g++.
Don't just check for an executable called `g++' -- it might be
called g++-4 or whatever. Instead, check for either named `g++*'
or claiming to be g++ when called with --version. Rewrite code do
use the variable.
Add -fno-strict-aliasing to optimization flags when GCC and
optimized, and in all cases with g++, since under these circumstances
strict aliasing is otherwise assumed, and XEmacs can't easily be
made to respect its restrictions.
* configure: Regenerate.
lib-src/ChangeLog addition:
2010-01-24 Ben Wing <ben@xemacs.org>
* fakemail.c (args_size):
* fakemail.c (parse_header):
* ootags.c (C_entries):
Fix warnings about possible use of uninitialized vars.
lwlib/ChangeLog addition:
2010-01-24 Ben Wing <ben@xemacs.org>
* xlwgauge.c (GaugeResize):
* xlwgauge.c (GaugeSize):
Fix warnings about possible use of uninitialized vars.
modules/ChangeLog addition:
2010-01-24 Ben Wing <ben@xemacs.org>
* postgresql/postgresql.c (CHECK_LIVE_CONNECTION):
* postgresql/postgresql.c (print_pgconn):
* postgresql/postgresql.c (Fpq_connectdb):
* postgresql/postgresql.c (Fpq_connect_start):
* postgresql/postgresql.c (Fpq_exec):
* postgresql/postgresql.c (Fpq_get_result):
Fix g++ 4.3 complaints about implicit conversions of string
literals (const char *) to char *.
src/ChangeLog addition:
2010-01-24 Ben Wing <ben@xemacs.org>
* chartab.c (decode_char_table_range):
* extents.c (extent_fragment_update):
* objects-msw.c (initialize_font_instance):
* process.c (Fgetenv):
* redisplay-output.c (get_next_display_block):
Fix warnings about possible use of uninitialized vars.
* compiler.h:
* compiler.h (REGISTER):
* event-stream.c (is_scrollbar_event):
* window.c (window_scrollbar_width):
* window.c (window_scrollbar_height):
* window.c (window_left_window_gutter_width):
* window.c (window_right_window_gutter_width):
Add USED_IF_SCROLLBARS. Use it to fix warnings about unused
vars when --with-scrollbars=no.
* config.h.in:
Change comment to explain better why DECLARE_INLINE_HEADER
is needed.
* dialog-msw.c:
* emacs.c (SHEBANG_EXE_PROGNAME_LENGTH):
* emacs.c (main_1):
* event-msw.c (struct mswin_message_debug):
* event-msw.c (debug_output_mswin_message):
* font-mgr.c:
* font-mgr.c (Ffc_config_filename):
* glyphs-msw.c (struct):
* glyphs-msw.c (bitmap_table):
* glyphs-x.c (update_widget_face):
* intl-win32.c (struct lang_to_string):
* intl-win32.c (lang_to_string_table):
* nas.c:
* objects-xlike-inc.c:
* objects-xlike-inc.c (xft_find_charset_font):
* syswindows.h:
* win32.c (mswindows_output_last_error):
Fix g++ 4.3 complaints about implicit conversions of string
literals (const char *) to char *.
* lisp.h:
G++ 4.3 needs #include <limits> to avoid errors about min/max.
* lisp.h (disabled_assert_with_message):
Use disabled_assert* whenever asserts are disabled. Rewrite
disabled_assert* to avoid complaints about unused vars by
pretending to use the vars but casting them to (void).
Remove code that defined assert() weirdly if DEBUG_XEMACS but
not USE_ASSERTIONS -- configure sets USE_ASSERTIONS automatically
when DEBUG_XEMACS, and if the user has forced it off, then
so be it.
* lisp.h (SYMBOL_KEYWORD):
Put some of the combined `extern Lisp_Object's back under
the file they are declared in. Cosmetic fix.
* number.h:
Remove `extern Lisp_Object' decls that duplicate lisp.h,
since they have different C vs. C++ linkage.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 24 Jan 2010 22:04:58 -0600 |
parents | a29c4eef8f00 |
children |
rev | line source |
---|---|
779 | 1 0x21 0x1EAF # LATIN SMALL LETTER A WITH BREVE AND ACUTE |
2 0x22 0x1EB1 # LATIN SMALL LETTER A WITH BREVE AND GRAVE | |
3 0x23 0x1EB7 # LATIN SMALL LETTER A WITH BREVE AND DOT BELOW | |
4 0x24 0x1EA5 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE | |
5 0x25 0x1EA7 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE | |
6 0x26 0x1EA9 # LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE | |
7 0x27 0x1EAD # LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW | |
8 0x28 0x1EBD # LATIN SMALL LETTER E WITH TILDE | |
9 0x29 0x1EB9 # LATIN SMALL LETTER E WITH DOT BELOW | |
10 0x2a 0x1EBF # LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE | |
11 0x2b 0x1EC1 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE | |
12 0x2c 0x1EC3 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE | |
13 0x2d 0x1EC5 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE | |
14 0x2e 0x1EC7 # LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW | |
15 0x2f 0x1ED1 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE | |
16 0x30 0x1ED3 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE | |
17 0x31 0x1ED5 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE | |
18 0x32 0x1ED7 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE | |
19 0x35 0x1ED9 # LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW | |
20 0x36 0x1EDD # LATIN SMALL LETTER O WITH HORN AND GRAVE | |
21 0x37 0x1EDF # LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE | |
22 0x38 0x1ECB # LATIN SMALL LETTER I WITH DOT BELOW | |
23 0x3d 0x01A1 # LATIN SMALL LETTER O WITH HORN | |
24 0x3e 0x1EDB # LATIN SMALL LETTER O WITH HORN AND ACUTE | |
25 0x46 0x1EB3 # LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE | |
26 0x47 0x1EB5 # LATIN SMALL LETTER A WITH BREVE AND TILDE | |
27 0x4f 0x1EF3 # LATIN SMALL LETTER Y WITH GRAVE | |
28 0x51 0x1EE9 # LATIN SMALL LETTER U WITH HORN AND ACUTE | |
29 0x55 0x1EA1 # LATIN SMALL LETTER A WITH DOT BELOW | |
30 0x56 0x1EF7 # LATIN SMALL LETTER Y WITH HOOK ABOVE | |
31 0x57 0x1EEB # LATIN SMALL LETTER U WITH HORN AND GRAVE | |
32 0x58 0x1EED # LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE | |
33 0x5b 0x1EF9 # LATIN SMALL LETTER Y WITH TILDE | |
34 0x5c 0x1EF5 # LATIN SMALL LETTER Y WITH DOT BELOW | |
35 0x5e 0x1EE1 # LATIN SMALL LETTER O WITH HORN AND TILDE | |
36 0x5f 0x01B0 # LATIN SMALL LETTER U WITH HORN | |
37 0x60 0x00E0 # LATIN SMALL LETTER A WITH GRAVE | |
38 0x61 0x00E1 # LATIN SMALL LETTER A WITH ACUTE | |
39 0x62 0x00E2 # LATIN SMALL LETTER A WITH CIRCUMFLEX | |
40 0x63 0x00E3 # LATIN SMALL LETTER A WITH TILDE | |
41 0x64 0x1EA3 # LATIN SMALL LETTER A WITH HOOK ABOVE | |
42 0x65 0x0103 # LATIN SMALL LETTER A WITH BREVE | |
43 0x66 0x1EEF # LATIN SMALL LETTER U WITH HORN AND TILDE | |
44 0x67 0x1EAB # LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE | |
45 0x68 0x00E8 # LATIN SMALL LETTER E WITH GRAVE | |
46 0x69 0x00E9 # LATIN SMALL LETTER E WITH ACUTE | |
47 0x6a 0x00EA # LATIN SMALL LETTER E WITH CIRCUMFLEX | |
48 0x6b 0x1EBB # LATIN SMALL LETTER E WITH HOOK ABOVE | |
49 0x6c 0x00EC # LATIN SMALL LETTER I WITH GRAVE | |
50 0x6d 0x00ED # LATIN SMALL LETTER I WITH ACUTE | |
51 0x6e 0x0129 # LATIN SMALL LETTER I WITH TILDE | |
52 0x6f 0x1EC9 # LATIN SMALL LETTER I WITH HOOK ABOVE | |
53 0x70 0x0111 # LATIN SMALL LETTER D WITH STROKE | |
54 0x71 0x1EF1 # LATIN SMALL LETTER U WITH HORN AND DOT BELOW | |
55 0x72 0x00F2 # LATIN SMALL LETTER O WITH GRAVE | |
56 0x73 0x00F3 # LATIN SMALL LETTER O WITH ACUTE | |
57 0x74 0x00F4 # LATIN SMALL LETTER O WITH CIRCUMFLEX | |
58 0x75 0x00F5 # LATIN SMALL LETTER O WITH TILDE | |
59 0x76 0x1ECF # LATIN SMALL LETTER O WITH HOOK ABOVE | |
60 0x77 0x1ECD # LATIN SMALL LETTER O WITH DOT BELOW | |
61 0x78 0x1EE5 # LATIN SMALL LETTER U WITH DOT BELOW | |
62 0x79 0x00F9 # LATIN SMALL LETTER U WITH GRAVE | |
63 0x7a 0x00FA # LATIN SMALL LETTER U WITH ACUTE | |
64 0x7b 0x0169 # LATIN SMALL LETTER U WITH TILDE | |
65 0x7c 0x1EE7 # LATIN SMALL LETTER U WITH HOOK ABOVE | |
66 0x7d 0x00FD # LATIN SMALL LETTER Y WITH ACUTE | |
67 0x7e 0x1EE3 # LATIN SMALL LETTER O WITH HORN AND DOT BELOW |