summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
1999-08-26add ffcallproff1-1/+2
1999-08-26ffcall - foreign function call libraries v 1.6proff5-0/+56
This is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. The four packages are: avcall - calling C functions with variable arguments vacall - C functions accepting variable argument prototypes trampoline - closures as first-class C functions callback - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline)
1999-08-26pcreproff1-1/+2
1999-08-26Perl Compatible Regular Expressions library. 2.07proff5-0/+39
1999-08-25Update ddd to 3.1.6rh2-4/+4
Changes include: - DDD passes all options after `--' to the inferior debugger. - [Build] DDD supports EGCS 1.1.2 as well as GCC 2.95 and later. - [Build] DDD supports LessTif 0.88.9 and later.
1999-08-24Enable cxref.hwr1-2/+2
1999-08-24Import of cxref-1.5ahwr6-0/+44
Cxref is s a program that will produce documentation (in LaTeX, HTML, RTF or SGML) including cross-references from C program source code. It has been designed to work with ANSI C, incorporating K&R, and most popular GNU extensions. The documentation for the program is produced from comments in the code that are appropriately formatted. The cross referencing comes from the code itself and requires no extra work.
1999-08-24Update bison to version 1.28.agc5-13/+13
Changes include: * Should compile better now with K&R compilers. * Added NLS. * Fixed a problem with escaping the double quote character. * There is now a FAQ.
1999-08-24Homepage has moved to http://www.tamacom.com/global/.hwr1-2/+2
1999-08-22Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.tron1-4/+2
1999-08-22Updated patches for pth-1.1.1, missing from the previous commit due to anrh3-13/+19
invalid repository pointer; sorry about that.
1999-08-22Updated patches for pth-1.1.1.rh2-2/+2
These weren't committed previously, sorry!
1999-08-22Update pth to 1.1.1rh4-11/+10
Changes between 1.0.x and 1.1.x (03-Aug-1999 to 19-Aug-1999): *) Fixed and enhanced POSIX semantics for replacement functions *) Cleaned up source tree *) Overhauled Autoconf environment *) Enhanced setjmp/longjmp support *) Support for SVR4/SUSv2 makecontext(2) mctx variant *) Barrier synchronization objects *) Sfio support via special Pth/Sfio discipline *) Overhauled filedescriptor handling
1999-08-20Upgrade to GNU indent 2.2.0kim6-73/+13
1999-08-18Minimal necessary futzing to make the --with{,out}-krb4 andthorpej3-1/+2829
--with{,out}-gssapi switches to the configure script actually work. The GSSAPI support in CVS is still busted; it makes a lot of incorrect assumptions about the location of various GSSAPI headers and libraries. However, I have no interest in actually fixing anything in CVS.
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc2-2/+6
displayed using the -B option to pkg_info(1).
1999-08-17Use USE_KERBEROS{4,5} to enable the corresponding features in thisthorpej1-3/+11
package. Still needs a bit more work, as the CVS 1.10 configure script is broken.
1999-08-15Because "glade" requires directories created by the "gnome-core" packagetron1-2/+2
let it depend on it and not on "gnome-libs".
1999-08-13Fix PLIST in solaris caseabs4-4/+10
1999-08-12Add and enable pth-current.rh1-1/+2
1999-08-12Add conflict with pth-current.rh1-1/+3
1999-08-12Initial import of pth-current-1.1b3, the development version of the Posixrh8-0/+89
compatible GNU portable threads library.
1999-08-11Update pth to 1.0.5.rh3-7/+7
Notable changes are: *) Backport from Pth 1.1b2: Fixed ring walking inside both public pth_msgport_find() function and the internal pth_mutex_releaseall() function. *) Backport from Pth 1.1b1: In pth_mctx.c the signal stack was not restored correctly. *) Backport from Pth 1.1b1: Fixed test_select.c: a char has to be used for read(2) and not an int. And replaced a bogus stdio fgetc() in test_select with pth_read(). *) Backport from Pth 1.1b1: Fixed AC_CHECK_NSIG test and this way PTH_NSIG define. *) Backport from Pth 1.1b1: Fixed timeout handling in pth_select().
1999-08-10Remove the tkdiff symbolic link, as it conflicts with the tkdiff commandagc2-5/+2
in the tkcvs package. Pointed out by sakamoto.
1999-08-10Add a tkdiff symlink.agc1-1/+2
1999-08-10Regen md5 checksum for distfile.agc2-6/+8
Add a symbolic link to ${LOCALBASE}/bin/tkdiff, in case the command is called directly by the user.
1999-08-10Add and enable tkdiff.sakamoto1-1/+2
1999-08-10A graphical 2-way diff/merge toolsakamoto5-0/+38
1999-08-06Update glade to 0.5.1rh3-6/+42
This release contains quite a few bug fixes, and a couple of new features: * New widget properties - GtkWindow & dialog subclasses now have default width & height properties. GtkPaned has Position property, and children have Shrink & Resize packing properties. * GtkMenubar has shadow type property. GtkHandleBox has shadow type, handle position & snap edge properties. GtkBox children have Position property (which isn't saved in the XML), though this may be a little confusing due to the PACK_START/END flag. * More support for underlined accelerator keys. If the label in a button has an underlined character, then the button can be activated by pressing Alt + the underlined key. Similarly if a normal label has an underlined character, pressing Alt + the key will set the keyboard focus to the widget on the right, e.g. a text entry box. * Ctrl-R accelerator to redisplay a window - it should appear at the same size it will be in the final application. Very handy. * Bug fixes, including a fairly serious one in the generated code which meant that widgets were never destroyed.
1999-08-06Redo the patch sum now that someone has added the happy $NetBSD$ id.ross1-2/+2
1999-08-06upgraded to -patch-3msaitoh3-5/+9
1999-08-06add & enable libgetopthubertf1-1/+2
1999-08-06NetBSD's getopt_long put into a library, until we have this somewherehubertf8-0/+112
else available to (all!) users.
1999-08-06Master site has changed.tron1-2/+2
1999-08-06Update to 1.0.4.sakamoto6-42/+45
Changes: bugfixes and cleanups.
1999-08-02regen.bad1-3/+3
1999-08-02config/configure.in: change m4 quotes where necessary.bad2-12/+20
Also fix two typos that might affect 1.4ish sparc and arm32.
1999-08-02oops. regen.bad1-3/+2
1999-08-01Per Andy Finnell: use same magic to pacify the ansi cpp as inbad2-10/+12
syscall-template-m68000-netbsd.S.
1999-08-01Install the documentation in "share/doc/libglade" and remove the includetron3-15/+26
file directory on deinstallation.
1999-08-01add $NetBSD$mrg1-0/+2
1999-08-01Fix bug where lid and gid core after failing to open a file.ross2-0/+17
1999-07-31Add and enable libgladerh1-1/+2
1999-07-31Initial import of libglade-0.2, a runtime interpreter for GLADE gui filesrh8-0/+103
for GNOME.
1999-07-29Add m68k support to MIT-pthreads. By Andy Finnell <andy@vei.net>.bad9-11/+553
Thanks to Greg Oster for testing on the hp300.
1999-07-26Package for development version of CVS.cjs24-0/+550
1999-07-26Remove patch-aj, which creates an rlman.texinfo file, which alreadyagc2-115/+1
exists in the distribution. Update patch-sum file accordingly.
1999-07-26Remove obsolete patch to make this build again.tron2-1198/+1
1999-07-22Update to 1.3.8, since 1.3.7 is no longer available.mycroft3-14/+1188
1999-07-19Update to 1.0.0.sakamoto5-18/+25
Changes: First stable release. After five months of development we've now finished the development and beta stages.