Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
of a symlink.
|
|
tool name under ${TOOLS_DIR} is still "m4".
|
|
(probably for gensub() ).
|
|
should be fine.
|
|
Note update of scm to 5d9
|
|
Bug fixes, performance improvements, documentation improvements, plus some
functional additions such as a PostScript graph generator library.
|
|
Changes appear to be speed improvements, bug fixes, some support for
ia64 architectures, and some improvements to the conformance tests.
|
|
* test for failure of open() should be == -1, not == 0
This causes Open() to behave as intended, only creating the
m_MidiReader thread if the MIDI device is successfully opened.
* unconditionally initialize m_Mutex in Open()
* conditionally close m_MidiReader in Close(), if NULL do nothing
* make m_MidiFd and m_MidiWrFd the same file descriptor. The MIDI
device special file can only be opened once at a time.
|
|
explicitly, because it fails to detect them with default setting.
suggested by Todd Willey.
|
|
instead of using ':ts' modifier.
becase make of NetBSD-1.6.x doesn't have it.
suggested by Jeremy C. Reed.
|
|
- Thanks to Antoine.Reilles@loria.fr and riz@tastylime.net for patches
and general PR'ing.
|
|
- Lots of changes, in summary:
- Archive format has changed
- Major tidying and enhancement of 'merge' functionality
- Files larger than 2Gb are now supported
- support for ocaml >3.07
- Substantial reworking of the internal logic of the text UI
|
|
- Thanks to Antoine.Reilles@loria.fr and riz@tastylime.net for patches
and general PR'ing.
|
|
- Lots of changes, in summary:
- out of the box OS X and OpenBSD support
- limit the number of simultaneous file transfers
- support for ocaml >3.07
- Files larger than 2Gb are now supported
- Major tidying and enhancement of 'merge' functionality
|
|
|
|
|
|
services even if they are not listening on the default port by creating
a bogus-communication.
This is amap-5.0
|
|
|
|
|
|
|
|
first set of patches
- Many updates and bugfixes, in summary:
- better OpenSSL detection
- update c-client support
- use legacy flock() only on linux
- cope with out-of-disk-space halfways gracefully
|
|
is no more, so search for rpcgen in /bin, /sbin, /usr/bin, and /usr/sbin.
|
|
|
|
|
|
|
|
calling SetDeviceName.
The call trace goes something like this:
Synth.C
main() ==> Synth *synth=new Synth; ==> Synth::Synth()
==> MidiDevice::Get()->SetDeviceName(SpiralInfo::MIDIFILE);
SpiralSound/Midi.h
MidiDevice::Get() ==> m_Singleton=new MidiDevice;
==> MidiDevice::MidiDevice() ==> MidiDevice::Open()
==> MidiDevice::SetDeviceName
patches/patch-ao works around this problem by closing the prematurely
opened private variable representing the MIDI device, and setting it to
NULL. MidiDevice methods check for NULL and re-initialize the private
variable, this time opening the MIDI device path after SetDeviceName.
|
|
tools that are defined as a command plus arguments, e.g. for gunzip,
GUNZIP= /usr/bin/gzip -d
In this case, we generate a wrapper script that invokes the real
command plus arguments. If there are no arguments, then just symlink
the command for simplicity.
Also, restructure the tool-specific blocks so that we always define
TOOLS_CMD.<tool> to the correct name (important for yacc/bison), and
check that the real command actually exists before assigning it to
the "TOOL" name.
|
|
|
|
|
|
application server environment.
|
|
|
|
|
|
OpenStep Foundation API
|
|
|
|
|
|
on port-i386 by Kailash Sethuraman, with whitespace fix by me.
Fixes PR#25760 - Approved by jmcneill.
|
|
|
|
|
|
various kinds of e-mail. It can be used to construct messages, send them,
access various kinds of message folders, filter spam and virussen, and so on.
The MailBox distribution is quite large, with about 140 related modules.
|
|
|
|
|
|
for the most part. Although unlink can be given a list of files, it will
not remove directories; this module remedies that. It also accepts
wildcards, * and ?, as arguments for filenames.
|
|
|
|
|