Commit Graph

2218 Commits

Author SHA1 Message Date
brad
4f6f9d2acb typo fixes. 2004-01-19 02:06:14 +00:00
brad
8615294cf9 format string fixes, from in-tree binutils. 2004-01-19 02:05:30 +00:00
brad
f2f9cbd49e add handling of temporary local labels, from in-tree binutils. 2004-01-19 02:04:20 +00:00
brad
28eff2f357 mention -Z option 2004-01-19 02:00:04 +00:00
brad
7caab52103 automake in a few more places and build the man pages 2004-01-19 01:56:05 +00:00
brad
5df55c4fe7 remove GNU make-isms 2004-01-19 01:54:24 +00:00
brad
979e06564b don't install man pages by default 2004-01-18 23:54:32 +00:00
brad
59b544dfdb move the changes into the original automake file 2004-01-18 23:50:48 +00:00
brad
a991701ace $(SHELL) in a few more places 2004-01-18 23:48:24 +00:00
brad
7f9544e286 move the changes into the original automake file 2004-01-18 23:44:01 +00:00
brad
f52fa8b651 use in-tree libiberty 2004-01-18 23:42:26 +00:00
sturm
81a8d1f80e update to ddd 3.3.8
from Andrew Dalgleish <openbsd at ajd dot net dot au>
2004-01-18 14:00:54 +00:00
sturm
be8f54a760 build with systrace 2004-01-18 09:03:09 +00:00
naddy
071b08e6ca overhaul 2004-01-18 04:09:24 +00:00
naddy
a1d2e392a9 overhaul 2004-01-17 16:45:01 +00:00
naddy
6807d1bedd Don't attempt to build perl ports that load dynamic modules
on architectures that support static linking only.
2004-01-17 15:58:06 +00:00
naddy
b78cf0203a missing @dirrm, NO_SHARED_ARCHS 2004-01-17 15:11:18 +00:00
brad
9670fa28f2 sync with in-tree, add $(SHELL) in a few places 2004-01-17 03:17:17 +00:00
naddy
0d43e7ce2d Add missing @dirrm, don't build modules on static architectures.
From: Michael Coulter <mjc@bitz.ca>.
2004-01-17 01:55:05 +00:00
naddy
0e708eabac patch the actual source files, not generated intermediate ones 2004-01-16 22:01:45 +00:00
avsm
72f6223a93 update to 0.6, and support sparc
from maintainer Don Stewart <dons at cse.unsw.edu.au>
2004-01-16 08:46:37 +00:00
avsm
0d7c6fc041 sparc support, from maintainer Don Stewart <dons at cse.unsw.edu.au> 2004-01-16 08:45:33 +00:00
sturm
06a51fedaa emulation sysctl 2004-01-15 22:38:02 +00:00
avsm
a2bb11355d +p5-File-Sync 2004-01-15 14:16:28 +00:00
avsm
d3c2109866 initial import of p5-File-Sync-0.009
provides a perl interface to the family of sync() syscalls
2004-01-15 14:15:21 +00:00
pvalchev
1f8a9476d8 sparc64/gcc3 fixens 2004-01-15 07:43:01 +00:00
brad
6037e4293d fix bad bad libtool 2004-01-15 04:46:42 +00:00
naddy
769e9dbcfa update to 1.04; from Ben Lovett <ben@tilderoot.com> 2004-01-14 22:53:59 +00:00
naddy
cf8717a0c6 update to 0.11.8; from Andrew Dalgleish <openbsd@ajd.net.au> 2004-01-14 22:19:28 +00:00
jakob
16bb83ad9c pcre v4.5 2004-01-14 17:21:52 +00:00
pvalchev
6df6adc0fa people who change distfiles to fix a typo should be severely punished
verified by dan@danimal.org
2004-01-13 20:46:40 +00:00
brad
e29ab8cfa9 allow this to actually compile.
From: NetBSD
2004-01-13 01:57:44 +00:00
brad
8ebf96e567 For the 'trio' varargs functions, don't pass a reference to a va_list
argument to the level below; it's not portable. Use G_VA_COPY to
create a new copy, and pass a reference to that instead.

From: NetBSD
2004-01-12 22:23:19 +00:00
sturm
3e2241b0cb +py-pexpect 2004-01-12 17:59:53 +00:00
sturm
c6a196a7a8 Initial import of py-pexpect 0.99
Pexpect makes Python a better tool for controlling other applications.

Pexpect is a pure Python module for spawning child applications; controlling
them; and responding to expected patterns in their output. Pexpect works like 
Don Libes' Expect. Pexpect allows your script to spawn a child application and 
control it as if a human were typing commands.

WWW: http://pexpect.sourceforge.net/

from Xavier Santolaria <xavier at santolaria dot net>
2004-01-12 17:58:47 +00:00
brad
a3aa73feea comment out demangler 2004-01-12 06:27:19 +00:00
brad
0ea7a6e3ae - use ISDIGIT from binutils
sync with in-tree binutils
- add missing free()
- add support for searching in -L paths when one shared
lib requires another
- add support for the -Z option
2004-01-12 06:26:22 +00:00
couderc
360d8e3fda Take maintainership, ok marcm@ 2004-01-11 16:45:51 +00:00
brad
c51aeee32a remove shared lib inter-library dependency on libm and libcurses 2004-01-11 07:05:31 +00:00
couderc
69fbd66f97 +fribidi 2004-01-10 23:38:20 +00:00
couderc
a17b4aef36 import of fribidi 0.10.4 from marcm@
A library to handle bidirectional scripts (eg. hebrew, arabic), so that
the display is done in the proper way; while the text data itself is
always written in logical order.
2004-01-10 23:32:23 +00:00
brad
fbc8c213a9 use make_tempname() for tmp dir too. from in-tree binutils. 2004-01-08 02:09:54 +00:00
brad
c7560d7cce inverted test. problem reported by avsm@. 2004-01-08 00:33:16 +00:00
wilfried
bf0e4b3714 a few gcc3 patches
also move the header files to ${LOCALBASE}/include/mysql++
2004-01-06 11:16:53 +00:00
sturm
7e33f77b31 +p5-AppConfig-Std
+p5-Net-Dict
2004-01-05 17:48:03 +00:00
sturm
7b0a722c13 Initial import of AppConfig-Std 1.07
AppConfig::Std is a subclass of Andy Wardley's AppConfig module,
to provide standard command-line arguments for tool scripts.
It is a Perl5 module to handle global configuration variables
for perl programs.

from Sam Smith <s at msmith dot net>
2004-01-05 17:42:47 +00:00
pvalchev
fa0c8e1b78 update to libuta-0.4.4
gcc3 patch from espie
2004-01-04 20:32:29 +00:00
sturm
c25b7a1572 sync maintainer's email address 2004-01-04 08:34:26 +00:00
sturm
b16335c88b update to Log-Agent 0.305
from maintainer Andrew Dalgleish
2004-01-04 08:08:34 +00:00
sturm
f3ffd50078 update to AppConfig 1.55
from Sam Smith <S at mSmith dot net>
2004-01-03 14:22:44 +00:00