Age | Commit message (Collapse) | Author | Files | Lines |
|
changes: minor cleanup
|
|
changes:
* Clean up some warnings from sparse/gcc
* Makefile.am: Put local includes first
|
|
libIDL 0.8.12:
* Fix the build with bison 2.4
|
|
|
|
=========================== 0.8.11 ========================
2008-06-02 Tor Lillqvist <tml@novell.com>
Bug 536165 - Make libIDL correctly parse cl's pre-processor output
* lexer.l: Further change needed when using MSVC's cl.exe as the
preprocessor. Patch by Marcelo Vanzin.
2008-05-19 Tor Lillqvist <tml@novell.com>
Bug 522697 - Patch: make libIDL work with Microsoft's compilers
Patch by Marcelo Vanzin, applied with modifications.
* configure.in: Define Automake confitional OS_WIN32.
* Makefile.am: Use --export-symbols libIDL.def on Windows.
* Makefile.msc.in: Significant changes. Build a DLL with the same
name as libtool does. Use pkg-config.
* util.c: Make it work also in the !HAVE_CPP_STDIN && !HAVE_SYMLINK case.
* util.h: Make __IDL_tmp_filename const.
* include/libIDL/IDL.h.in: Rework the dllimport logic. Use
LIBIDL_VAR to decorate imported variables, similar to
GLIB_VAR. Unlike Marcelo's patch, I decided not to decorate
functions. Maybe later I can be convinced it would be a good idea,
but for now just use the .def file to export them and let them be
imported automatically.
* README.win32
* libIDL.def: Update.
2008-03-18 Christian Persch <chpe@gnome.org>
* configure.in: Update glib version req. Bug #517088, patch by
Mart Raudsepp.
|
|
changes: small compatibility improvements
|
|
changes: bugfix in the parser error handler
|
|
change: drop spec file
|
|
changes:
-code cleanup
-Handle IDLN_WIDE_CHAR, IDLN_WIDE_STRING and IDLN_SRCFILE
in IDL_tree_free()/IDL_tree_free_real()
|
|
* Support for building on Win32 (Tor Lillqvist)
|
|
|
|
* use modern automake rather than 1.4 (James Henstridge)
* Fix a couple of warnings from sparse (Kjartan Maraas)
* Fix parsing of 'const octet' (Jules Colding)
|
|
* Fix aclocal quotation issue (Tomasz K³oczko)
|
|
* Add a -uninstalled.pc file (Laca)
* Clobber LC_ALL before invoking pre-compiler (Fernando Herrera)
|
|
Changes:
libIDL 0.8.2:
* Support new versions of flex (Jody Goldberg)
libIDL 0.8.1:
* add '_' prefix escaped keyword support (Nick Lewycky)
* cygwin build support (Masahiro Sakai)
* build fixes (Mark McLoughlin, Thomas Vander Stichele)
* autoconf upgrade (Havoc Pennington)
* BSD portability fix (Jacob Berkman)
|
|
|
|
|
|
Bump PKGREVISION.
|
|
parser.
|