Up to [cvs.netbsd.org] / pkgsrc / net / libIDL
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Tue Apr 13 16:42:47 2010 UTC (2 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
HEAD
Changes since 1.18: +4 -4
lines
Diff to previous 1.18 (colored)
update to 0.8.14 changes: minor cleanup
Revision 1.18 / (download) - annotate - [select for diffs], Thu Mar 19 11:29:17 2009 UTC (3 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.17: +4 -4
lines
Diff to previous 1.17 (colored)
update to 0.8.13 changes: * Clean up some warnings from sparse/gcc * Makefile.am: Put local includes first
Revision 1.17 / (download) - annotate - [select for diffs], Tue Dec 16 12:18:25 2008 UTC (3 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.16: +4 -5
lines
Diff to previous 1.16 (colored)
Update to 0.8.12:
libIDL 0.8.12:
* Fix the build with bison 2.4
Revision 1.16 / (download) - annotate - [select for diffs], Sat Nov 8 11:18:14 2008 UTC (3 years, 6 months ago) by tnn
Branch: MAIN
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
patch-aa: GNOME bug #559395: fix build w/ bison-2.4.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Sep 6 15:06:53 2008 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.14: +4 -4
lines
Diff to previous 1.14 (colored)
Update to 0.8.11: =========================== 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.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Feb 13 19:33:26 2008 UTC (4 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored)
update to 0.8.10 changes: small compatibility improvements
Revision 1.13 / (download) - annotate - [select for diffs], Tue Sep 18 19:08:07 2007 UTC (4 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
update to 0.8.9 changes: bugfix in the parser error handler
Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 13 10:57:32 2007 UTC (5 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
update to 0.8.8 change: drop spec file
Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 3 17:29:07 2006 UTC (5 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
update to 0.8.7 changes: -code cleanup -Handle IDLN_WIDE_CHAR, IDLN_WIDE_STRING and IDLN_SRCFILE in IDL_tree_free()/IDL_tree_free_real()
Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 18 13:17:01 2005 UTC (6 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
Changes 0.8.6: * Support for building on Win32 (Tor Lillqvist)
Revision 1.9 / (download) - annotate - [select for diffs], Thu Feb 24 12:13:52 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Add RMD160 digests.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 6 15:09:23 2005 UTC (7 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Update to 0.8.5: * 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)
Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 2 10:58:33 2004 UTC (7 years, 8 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Update to 0.8.4: * Fix aclocal quotation issue (Tomasz K³oczko)
Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 6 20:01:34 2004 UTC (8 years, 3 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
Update to 0.8.3: * Add a -uninstalled.pc file (Laca) * Clobber LC_ALL before invoking pre-compiler (Fernando Herrera)
Revision 1.5 / (download) - annotate - [select for diffs], Wed Dec 3 02:18:58 2003 UTC (8 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Updated to 0.8.2. Provided by Min Sik Kim PR pkg/23603.
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)
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 22 08:58:38 2003 UTC (9 years, 4 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Update to 0.8.0. Changes since 0.7.4 include some minor bugfixes.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 30 03:09:36 2002 UTC (9 years, 6 months ago) by rh
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 27 08:49:14 2002 UTC (10 years, 1 month ago) by rh
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
buildlink2-base,
buildlink2
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Fix pkgconfig configuration file to include runtime library search path. Bump PKGREVISION.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Apr 23 12:21:40 2002 UTC (10 years, 1 month ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of libIDL-0.7.4, a CORBA Interface Definition Language parser.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 23 12:21:40 2002 UTC (10 years, 1 month ago) by rh
Branch: MAIN
Initial revision