aboutsummaryrefslogtreecommitdiffstats
path: root/include/dynload.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2004-11-032004-11-03 Timo Schulz <[email protected]>Timo Schulz1-3/+1
* strgutil.c (w32_strerror): New. * ttyio.c (init_ttyfp, tty_printf, do_get): Use it here. * iobuf.c (fd_cache_open, file_filter): Likewise. (iobuf_seek, translate_file_handle): Likewise.
2004-10-27* dynload.h: Always use it for _WIN32.Werner Koch1-3/+3
* LINGUAS: Better don't have comments in this file. * mk-w32-dist: Use utf-8 encoding for all MO files. * simple-gettext.c: Removed windows.h. (get_string): On the fly translation from utf-8 to active character set. * strgutil.c (load_libiconv) [_WIN32]: new. (set_native_charset) [_WIN32]: Call it here and autodetect the used code page. (native_to_utf8, utf8_to_native): Reverted arguments for iconv_open. (handle_iconv_error): Made this function match iconv_open argumnet ordering. (utf8_to_native): Disable all quoting for DELIM == -1.
2003-10-042003-10-04 Timo Schulz <[email protected]>Timo Schulz1-4/+4
* dynload [WIN32] (dlclose): Do not use CloseHandle but FreeLibrary.
2003-09-282003-09-28 Timo Schulz <[email protected]>Timo Schulz1-0/+2
* util.h [WIN32]: Prototype for asprintf. * dynload.h [WIN32]: Define RTLD_LAZY.
2003-09-28* util.h: Add the atoi_* and xtoi_* suite of macros from 1.9.Werner Koch1-0/+71
* dynload.h: New. Taken from 1.9.