Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
executables with libm when truly necessary. Add sparc64 and powerpc support.
Determine endianness at compile time rather than at configuration.
|
|
|
|
This fixes PR/12690 from Tim Walls <tim.walls@pa.press.net>
|
|
${WRKSRC}/cweb.1 instead of ./cweb.1
Fixes recently noted bulk build problems
|
|
|
|
|
|
|
|
<zuntum@netbsd.org>
Changes include:
1.2.0: Added initial support for HP-UX (thanks Stephanie)
1.2.0: Added initial support for BSDI (thanks Kurt)
1.2.0: Fixed blitting 32-bit ARGB images to SDL_OPENGLBLIT screens
1.2.0: Fixed automake build dependencies (thanks Markus!)
1.2.0: Added 24 bpp support to software YUV display functions
1.2.0: Don't bomb trying to get DGA mouse on XFree86 4.0
1.2.0: Added initial support for OSF/Tru64 (thanks Anders)
1.1.8: Fixed joystick hat motion on MacOS
1.1.8: Don't detect mouse and keyboard as joystick on MacOS
1.1.8: Check for OpenGL 1.2 before using 16-bit SDL_OPENGLBLIT
1.1.8: Added support for /dev/sound/* in Linux 2.4
1.1.8: Fixed crash when blitting to RLE encoded surfaces
1.1.8: Fixed 8-bit audio on MacOS X
1.1.8: Fixed keyboard handling on MacOS X and MacOS classic
1.1.8: Fixed mouse cursor visibility when switching apps on MacOS
1.1.8: Implemented semaphore support on MacOS X
1.1.8: Worked around broken sem_getvalue() on MacOS X
1.1.8: Fixed 16-bit big-endian audio on MacOS X and MacOS classic
1.1.8: Fixed mutex locking on Linux glibc 2.0
1.1.8: SDL_Quit() removes the parachute signal handlers
1.1.8: Added NAS audio server support (thanks Erik!)
1.1.8: Added SDL_NOFRAME for frameless windows (thanks Andreas)
1.1.8: Added support for resizable windows on MacOS
1.1.8: Added a function to query the surface clip rectangle
1.1.8: Added a function to query the current event filter
1.1.8: The X11 XVideo adapter is now locked (thanks Jeffrey)
1.1.8: Improved the speed of fullscreen OpenGL on Windows
1.1.8: Added ELO touchscreen support for fbcon (thanks Alex)
1.1.8: Added accelerated MacOS X OpenGL support
1.1.8: Surface lock and unlock operations can now be nested
1.1.8: Optimized fillrect for PPC video memory (thanks Mattias)
1.1.8: Work around "blackout" problem with XVideo acceleration
1.1.8: Obtain correct key state on X11 focus (thanks Mattias)
1.1.8: Fixed keyboard handling on the framebuffer console
1.1.8: Added basic support for VGA16 framebuffer console
1.1.8: Open a new virtual terminal if possible on fbcon
1.1.8: Fixed default audio driver on FreeBSD (thanks Maxim)
1.1.8: Fixed joystick crash on Windows (thanks Pete)
1.1.7: Expanded documentation from the SDL Documentation Project
1.1.7: Report X11 client message events if SYSWMEVENTS enabled
1.1.7: Added support for a single hat on Windows joysticks
1.1.7: The gamma ramp routines now take arrays of Uint16 values
1.1.7: Added initial support for QNX RTP (thanks Patrick)
1.1.7: Added ALSA sound driver (thanks Patrick Trainor)
1.1.7: Added aRts UNIX sound driver (thanks Neil Stevens)
1.1.7: Get keyboard modifier state on input focus on Win32
1.1.7: SDL_ConvertSurface() now accepts SDL_RLEACCEL as a flag
1.1.7: Added initial UnixWare 7 support (thanks rr)
1.1.7: Added working YUY -> RGB conversion code (thanks Eugene)
1.1.7: Fixed video initialization crash on IRIX
1.1.7: Fixed MacOS fullscreen palette code (thanks Darrell)
1.1.7: Fixed background brush flicker on Win32 (thanks Gautier)
1.1.7: Fixed incorrect pitch when switching to window on Win32
1.1.7: Fixed memory leak when switching video modes on Win32
1.1.7: Init of fbcon shouldn't automatically set graphics mode
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
|
|
the "configure.in" isn't modified by the IPv6 patch.
|
|
and causes build failures on systems with IPv6 but without KAME API.
|
|
|
|
This module provides a Perl interface to part of the BSD process
resource library. It allows the use of the {get,set}rlimit and
getrusage BSD C Library routines from perl.
Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12630.
|
|
|
|
AppConfig is a bundle of perl5 modules for parsing configuration files
and command line arguments. It has a very powerful configuration file
processor and a simple, efficient mechanism for parsing command line
arguments. It also will use the Getopt::Long module where available
to extend its own command line parsing abilities.
Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12637.
|
|
|
|
Yet Another Perl Parser compiler. Compiles yacc-like LALR grammars to
generate Perl OO parser modules. It lets you create Perl OO fully
reentrant LALR(1) parser modules (see the Yapp.pm pod pages for more
details) and has been designed to be functionally as close as possible
to yacc, but using the full power of Perl and opened for enhancements.
Package provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12635.
|
|
|
|
suggested From: Matthias Scheler <tron@zhadum.de>
|
|
under Solaris to avoid circular dependence.
|
|
|
|
Changes are (note our patch got included in < 1 day!):
Fixed ldx offset by y instruction in 6502 processor
(Thanks Andrew)
Makefile was updated so that .o files always end up in
their respective directories (Thanks Dan)
Makefile was updated to use patterns for locating processors and
output file formats. This allows processors and output file formats to
be added to the assembler simply by placing their source files into
their respective directories. Everything else is automatic.
|
|
|
|
tpasm is a cross assembler for the following microcontrollers.
Motorola 6805: 6805 68705
Motorola 68hc11: 68hc11
Rockwell 6502: 6502 65c02
Sunplus SPCxxx:
spc08a spc21a spc21a1 spc41a spc41b spc41b1 spc41c spc81a
spc121a spc251a spc512a spc500a1 spc1000a spc2000a
Intel 8051:
8031 8032 8051 8052 80c390
Microchip PIC:
12c508 12c509 12ce518 12ce519 12c671 12c672 16c505 16c52 16c54
16c55 16c56 16c57 16c58 14000 16c554 16c556 16c558 16c61
16c62 16c620 16c621 16c622 16c63 16c64 16c642 16c65 16c66
16c662 16c67 16c71 16c710 16c711 16c715 16c72 16c73 16c74
16c76 16c77 16f83 16c84 16f84 16f873 16f874 16f876 16f877
16c923 16c924 17c42 17c43 17c44 17c52 17c56
Atmel AVR:
avr attiny10 attiny11 attiny12 attiny15 attiny22 attiny28
at90s1200 at90s2313 at90s2323 at90s2333 at90s2343 at90s4414 at90s4433
at90s4434 at90s8515 at90c8534 at90s8535 atmega103 atmega161
Zilog Z80: z80 z180
|
|
|
|
|
|
SML-MODE is a major Emacs mode for editing Standard ML. It provides
syntax highlighting and automatic indentation and comes with sml-proc
which allows interaction with an inferior SML interactive loop.
|
|
|
|
Notable changes include:
* Documentation
* Full C API documentation
* Lots of nice DIA diagrams
* preliminary UI XML DTD
* Storage / Stream
* fix symlink issues in fs storage
* fs storage permissions fix
* improved storage-fs / stream-fs mime typing
* Event source / Listener
* event-source fixes
* event-source cleans
* event-source re-enterancy fix
* Property Bag
* batch property get/set impl.
* property bag client SEGV fix
* PropertyBag leak fixes
* Monikers
* moniker file extender fix
* monikers memory leak fix
* moniker URL registry
* Any support logic
* bonobo-arg fixes
* XML typecode reference fix
* Fix XML type coding bugs
* UI handler bits
* Revert unsafe attempt at AA pixbufs
* minor XML de-merge logic fix
* config fixes
* Always cleanup XML we hand out
* pixmap <-> XML acceleration
* Misc fixes
* fix multiple translation issues
* gshell fixes
* include config.h some more
* control / object destruction race fix
* Reduce control's memory footprint
|
|
PKGNAME.
|
|
|
|
as teTeX.
|
|
Install examples. Bump up version number.
|
|
|
|
|
|
|
|
There is no need to worry about if its called vfork or __vfork14. The
right one will get built. As vfork is not used internally don't worry
about creating a syscall wrapper.
While I'm here remove a completely unnecessary unistd.h that's looks as
though it was for a early version linux.
|
|
Support sparc.
XXX fp state needs looking at.
|
|
Hopefully fixes pkg/10785
|
|
|
|
Fixes pkg/11360.
|
|
|
|
Fixes pkg/10769 from "Rhialto" <rhialto@polderland.nl>
|