Release 1.4.1.
[wine] / libs /
2012-06-15  Józef Kuciawpp: Fix a few memory leaks in the wpp_parse() function.
2012-06-15  Józef Kuciawpp: Reset lexer state after unexpected end of file.
2012-02-20  Nikolay Sivovwpp: Properly use va_start/va_end around vsnprintf().
2012-01-17  Alexandre Julliardlibwine: Avoid compiler warnings for Mingw builds.
2012-01-17  Gerald Pfeiferlibwine: Always build preloading code.
2012-01-09  Daniel Lehmanlibwine: Use larger buffer in vsnprintfW for large...
2011-12-02  Francois Gougetlibwine: Include a couple of extra system headers to...
2011-12-01  Ken Thomaseslibport: For spawnvp(_P_DETACH, ...), double-fork to...
2011-12-01  Ken Thomaseslibwine: Reap child process to avoid leaving a zombie.
2011-12-01  Ken Thomaseslibport: No need to reset SIGCHLD because we're not...
2011-10-12  Charles Davislibwine: Fix linking with non-Apple GCC.
2011-10-04  Charles Davislibwine: Fix resetting the install_name on Mac OS.
2011-09-26  Marcus Meissnerwpp: Add semicolons at end of code rules.
2011-09-04  Alexandre Julliardlibwine: Disable debug output when stderr goes to ...
2011-08-24  Francois GougetAssorted spelling fixes.
2011-08-24  Robert Millanconfigure: Add GNU/kFreeBSD detection.
2011-07-07  Alexandre Julliardtools: Move the cpmap.pl script to tools/make_unicode.
2011-07-07  Aric Stewartusp10: Shift to using the unicode data for most of...
2011-07-07  Aric Stewartusp10: Implement ScriptBreak using the Unicode Line...
2011-06-22  Alexandre Julliardlibwine: Avoid a potential loop in reserve_area.
2011-05-26  Alexandre Julliardlibport: Don't clear the buffer on failure in mkstemps.
2011-05-25  Stefan Dösingerport: Add isinf and isnan implementations for Visual...
2011-04-20  André Hentschellibport: Remove Alpha support.
2011-04-05  Akihiro Sagawalibwine: MB_ERR_INVALID_CHARS makes an error when the...
2011-02-28  Gerald Pfeiferwpp: Add explicit casts when mixing unsigned and signed...
2011-02-21  Matteo Bruniwpp: Let pp_add_define take the responsibility of copyi...
2011-02-21  Matteo Bruniwpp: Free strings on define deletion (Valgrind).
2011-02-16  Gerald Pfeiferwpp: Add explicit casts when mixing signed and unsigned...
2011-02-14  Gerald Pfeiferwpp: Fix the output type for the "unsigned OP signed...
2011-01-17  Austin Englishlibwine: Add missing checks for FreeBSD_kernel.
2011-01-17  Alexandre Julliardlibwine: Remove redundant wine_switch_to_stack implemen...
2011-01-17  André Hentschellibwine: Implemented the call_on_stack function for...
2011-01-13  Alexandre Julliardlibwine: Fall back to normal exec if the preloader...
2011-01-13  Alexandre Julliardlibwine: Fix handling of null character in vsnprintfW...
2010-12-30  Alexandre Julliardwpp: Line and column numbers must start at one.
2010-12-27  Alexandre Julliardconfigure: Get rid of the replacement function for...
2010-12-23  Alexandre Julliardlibwine: Use the syscall function instead of inline...
2010-12-17  Alexandre Julliardlibwine: Reserve memory areas for 64-bit in case we...
2010-12-16  Alexandre Julliardlibwine: Use the 64-bit preloader when starting 64...
2010-11-17  Alexandre Julliardlibwine: Fix a pointer comparison warning.
2010-11-16  Ken Thomasesloader: On Mac, reserve the process's original thread...
2010-10-30  Alexandre Julliardlibwine: Update Unicode tables to the Unicode 6.0 standard.
2010-09-21  André Hentschelbuild-env: Don't use 'exchange instruction set' instruc...
2010-09-20  André Hentschellibs/wine: Fix ARM support.
2010-09-19  Alexandre Julliardmakefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-28  Travis Athougieswpp: Fixed bug in preventing add_text_to_macro from...
2010-07-26  Marko Nikoliclibwine: Removed sign comparison warning.
2010-07-22  Aric Stewartlibwine: There are a few supercript characters (No...
2010-07-22  Aric Stewartlibwine: There are a number of characters of non punctu...
2010-07-22  Aric Stewartlibwine: Remove some previous c1 cntrl exceptions that...
2010-07-22  Aric Stewartlibwine: Add C1_DEFINED to our C1 types and set it...
2010-07-22  Aric Stewartlibwine: Update wctype table to represent windows 7...
2010-05-28  André Hentschellibs/port: Add support for amd64-mingw32msvc platform.
2010-05-19  Alexandre Julliardlibwine: Generate Unicode data for Arabic shaping.
2010-05-06  Alexandre Julliardlibwine: Add support for generating l_intl.nls, based...
2010-05-06  Alexandre Julliardlibwine: Generate a table for BiDi character mirroring.
2010-05-06  Alexandre Julliardlibwine: Update the character tables to Unicode 5.2.
2010-05-06  Alexandre Julliardlibwine: Download Unicode data files from unicode.org...
2010-04-26  Gerald Pfeiferwpp: Remove variable dbgtext which is not really used...
2010-04-14  Alexandre Julliardlibwine: Store more detailed information about characte...
2010-04-12  Alexandre Julliardlibwine: Make cfi annotations optional for x86_64.
2010-04-12  Alexandre Julliardlibport: Make cfi annotations optional for x86_64.
2010-03-30  Alexandre Julliardwpp: Build with -fPIC to allow libwpp to be used from...
2010-03-30  Alexandre Julliardwpp: Get rid of wpp_parse_temp, temp file management...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit depende...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-08  Alexandre Julliardmakefiles: Generate a general catch-all dependency...
2010-02-08  Alexandre Julliardmakefiles: Build the libs subdirectories directly from...
2010-02-05  Matteo Bruniwpp: Assure if_stack is clean before returning.
2010-01-19  Rob Shearmanwpp: Fix expansion of macro bodies following the parsin...
2010-01-07  Marcin Baczyńskilibport: Remove superfluous void* cast.
2010-01-04  Alexandre Julliardwpp: Reset the line position when parsing a new file.
2009-12-30  Alexandre Julliardlibwine: Do not export any of the LDT support on non...
2009-12-30  Michael StefaniucRevert "Revert "wpp: config.h and wine/port.h should...
2009-12-29  Matteo Bruniwpp: Clean state on error path.
2009-10-29  Alexandre Julliardlibwine: Fix handling of precision argument in vsnprintfW.
2009-10-27  Alexandre Julliardlibwine: Reserve some low memory space even without...
2009-10-27  Yann Droneaudlibwine: Test against __linux__ define instead of just...
2009-10-13  Matteo Bruniwpp: Add I/O callbacks.
2009-10-07  Alexandre Julliardlibport: Remove unnecessary function prototypes.
2009-10-07  Marcus Meissnerwpp: Fixed resource leakages (Coverity).
2009-10-06  Matteo Bruniwpp: Add error management callbacks.
2009-10-06  Matteo Bruniwpp: get_string() now can return NULL, handle it.
2009-10-06  Matteo Bruniwpp: Handle remaining memory allocation failures.
2009-10-02  André Hentschellibwine: Implemented the call_on_stack function for...
2009-10-02  Matteo Bruniwpp: Handle remaining memory allocation failures in...
2009-10-02  Matteo Bruniwpp: Handle memory allocation failures in tokens manage...
2009-10-02  Matteo Bruniwpp: Manage malloc failure in pp_xstrdup.
2009-10-02  Matteo Bruniwpp: Remove the assumption ppy_error calls exit().
2009-09-28  Alexandre Julliardlibwine: Don't export wine_ldt_copy for the Windows...
2009-09-26  Colin Fowlerlibport: Add generic interlocked instruction support...
2009-09-15  Detlef Riekenberglibs/port: use gcc compatible asm code as default for...
2009-09-01  Alexandre Julliardconfigure: Add a .exe extension to the tools dependenci...
2009-09-01  Alexandre Julliardlibport: Added an interlocked_cmpxchg128 function for...
2009-08-25  Alexandre Julliardlibwine: Determine the bin directory independently...
2009-08-11  Alexandre Julliardlibwine: Ignore libraries that are of the wrong 32...
2009-07-24  Alexandre Julliardlibwine: Fix the wctomb validity check for codepages...
2009-07-06  Alexandre Julliardinclude: Get rid of the no longer used wine/pthread.h.
2009-07-03  Alexandre Julliardmakefiles: Regenerate the source lists using make_makef...
next