Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
standard "Xaw" which won't work.
|
|
|
|
that a "NS_ENCRYPTION?= ..." in "/etc/mk.conf" will work.
|
|
Add a test for BSD color capable curses, but leave the default at
slang. It builds with curses, but I can't get any color out of it.
|
|
too many changes to list here - see the CHANGES file
|
|
Changes from 1.0:
- A few bug Fixes.
- lenIV=-1 is now handled. According to an undocumented Adobe convention
lenIV=-1 indicates suppressing of charstring encryption.
- Patches to compile t1lib und MS Visual C++ 6.0. In case something goes
wrong, please contact Nakano Hideo (hideo@mb.infoeddy.ne.jp).
|
|
too many changes since 2.01 to list here, the most visible for me is that it
is libtoolized - see doc/changes.txt for the rest
|
|
|
|
I should have corrected this earlier,
but I was in ENETUNREACH during holidays.
|
|
I hoped that the transparent mode would work better, but it doesn't. :(
|
|
|
|
This version is considered to be release quality, but I'm putting
this under lynx-current pending integration of ipv6 support. Also,
socks is said to be broken in this release.
Add a hook to use "ncurses" for the screen library -- currently
the only way to get color-style support, or "curses" -- for the
day when NetBSD curses supports color. "slang" remains the default.
|
|
|
|
Radio applicaton for Brooktree 848 compatible TV cards
|
|
|
|
TV display application for Brooktree 848 compatible TV cards
|
|
|
|
|
|
|
|
generated.
|
|
Changes between PTL2-current-990622 and PTL-2.1.2
* support NetBSD/arm32.
* fix a configure.in bug which fails if $MACHINE != $MACHINE_ARCH.
* src/io_udp.c (send_timedwait, sendto_timedwait,
sendmsg_timedait): While underlying system calls return with
EWOULDBLOCK, continue writing.
* src/signal.c (_pthread_signal_init): On system that PTL can set
the stack pointer without using sigstack(), SIGUSR2 can be used
for user's purpose.
* src/internal.h (END_CRITICAL): fixed: signal interruptions are
lost in certain situation theoretically.
* src/io.c: use O_NONBLOCK rather than O_NDELAY in SunOS5.
* Util/Makefile.in: version number of libPTL.so is changed to 2.0.
* src/specific.c (pthread_key_create, pthread_setspecific): if
fail to allocate the memory, returns ENOMEM.
* src/cond.c, src/mutex.c, include/sys/types.h: pthread_mutex_t
and pthread_cond_t are changed from `pointer to struct' to
`struct'.
* src/cond-attr.c, include/sys/types.h: pthread_condattr_t is
changed from integer handle to struct.
* src/cond.c, src/mutex.c, src/pthread.c:
pthread_{mutex_,cond_,}setname_np returns ENOMEM if malloc()
returns NULL.
* src/cancel.c (pthread_setcancelstate): if FLAG_CLEANUP_HANDLER
is set, do not call pthread_exit() even if PTHREAD_CANCEL_ENABLE
is specified and the thread is already cancel requested.
(pthread_testcancel): similar to above.
* src/internal.h (FLAG_CLEANUP_HANDLER): this flag shows that the
thread is currently executing cleanup handlers.
* src/sched.c (after_csw): Clear FLAG_DO_CANCEL flag before
executing cleanup handlers to prevent entering executing cleanup
handlers loop.
* src/io.c (_pthread_pdb_iostat): Implement `iostat' command into
PDB.
|
|
|
|
latest mkisofs, smaller bugfixes, ja, fr and ko language updates.
|
|
|
|
|
|
|
|
If ghostscript isn't installed, then install ghostscript-x11 as it
will always work.
|
|
ghostscript-x11. Disable ghostscript5 and ghostscript5-x11.
|
|
package and includes support for outputting to X11 display devices.
|
|
better support for several color printers. Incorporates the "bonk"
color HP printer drivers. Also includes support for the Japanese
Vector Font library for JPDF display and for various Japanese printers.
Many thanks to itohy@netbsd.org for providing the VFlib patches.
Closes PR#9998.
|
|
|
|
facilitate correct dependencies involving older versions of ghostscript
for binary packages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no changelog available in the tar.gz file. IIRC, the change was
about MX search order.
|
|
|
|
|
|
|
|
- All C++ style comments have been replaced by C style comments
- Incoming connections are now accepted again (lame bug created in 0.11 fixed)
- Slashes are replaced by backslashes in downloaded files names
- Downloaded files are no more created before we actually receive data for them
- Queued downloads can now be reordered by drag and drop
- Queued downloads can now be started at any time (using right mouse button on
them)
- Active downloads can now be forced to push mode, moved back to the queue,
or killed (with the output file removed) using right mouse button on them
- Preferences and configuration are now saved in a directory instead of a
single file. You can choose the path of the directory to be used by setting
the GTA_GNUTELLA_DIR environment variable before running gtk-gnutella.
By default it will be ~/.gtk-gnutella/
- Estimated TR (Time Remaining) is displayed while downloading files
- Catched hosts are now saved in clear text in a separate file:
GTA_GNUTELLA_DIR/hosts
- Catched hosts can be imported from and exported to any text file (using
right mouse button on the gnutella host catcher)
- Gtk-Gnutella should now compile (using gcc) and run on more processors
- A few memory leaks removed, but some remain (I don't know where yet)
- Serious bug that made Gtk-Gnutella send garbage when the sendqueue for slow
nodes excedeed 1024 bytes has been fixed
- Completed download files are now moved to a different directory, that can be
choosen in the config screen
- Gtk-Gnutella now remembers the position and the size of the window
- Automatic sorting of search results can be stopped by right clicking in the
search results list (GTK doesn't seem to handle well auto sorting)
|
|
|
|
|
|
|
|
novelties compared with its ancestor, Caml Light, are:
* Full support for objects and classes -- here combined for the first time
with ML-style type reconstruction.
* A powerful module calculus in the style of Standard ML (but retaining
separate compilation).
* A high-performance native code compiler (in addition to a Caml
Light-style bytecode compiler).
TO BE DONE: install emacs mode, get native compiler working on ARCHs that
support it.
|
|
* Add note on how to update distfile, mostly taken from pkg_install pkg.
* Move 1.4 patches from src/usr.sbin/user/user.c to pkgsrc (I didn't want
to add it to doc/HACKS :)
|
|
can handle this without conflicts.
|