aboutsummaryrefslogtreecommitdiffstats
path: root/include/dynload.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+2
|
* 2004-11-03 Timo Schulz <[email protected]>Timo Schulz2004-11-031-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.
* * dynload.h: Always use it for _WIN32.Werner Koch2004-10-271-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-04 Timo Schulz <[email protected]>Timo Schulz2003-10-041-4/+4
| | | | | * dynload [WIN32] (dlclose): Do not use CloseHandle but FreeLibrary.
* 2003-09-28 Timo Schulz <[email protected]>Timo Schulz2003-09-281-0/+2
| | | | | | * util.h [WIN32]: Prototype for asprintf. * dynload.h [WIN32]: Define RTLD_LAZY.
* * util.h: Add the atoi_* and xtoi_* suite of macros from 1.9.Werner Koch2003-09-281-0/+71
* dynload.h: New. Taken from 1.9.