Age | Commit message (Collapse) | Author | Files | Lines |
|
* GSMime parsing ignores extraneous data
* New log functions GSOnceFlag and GSOnceMLog
* New class NSError
* Multiple new function in GSObjCRuntime
* NSProtocolChecker rewritten
* autogsdoc support added for building frames
* Binary incompatibility: NSUnarchiver, GSIMapTable have new ivars added
|
|
* Application and Bundles use the latest convention on Apple.
* Improve/Simplify dependency checking when making docs
|
|
|
|
- Now that we depend on devel/boehm-gc, we can rely on it.
- Gauche is now reported to work on Linux/Alpha; it means LP64 problem is
fixed.
|
|
|
|
|
|
|
|
|
|
* Bug fixes.
* mpz_export allows NULL for countp parameter.
|
|
|
|
|
|
This release fixes a computation error in the value for monounsaturated fat
when the user sets a fat level higher than the Daily Value.
|
|
|
|
|
|
|
|
- ok'ed snj@/wiz@
From the ChangeLog:
Supports open proxy detection.
High performance by using libevent.
|
|
|
|
- Wizards for ProfessorJ added
+ union wizard
+ class wizard
- Check Syntax disabled in professorJ languages.
- Help Desk searching is now language-sensitive.
- Check syntax is now integrated (better) with the syntax
colorer.
- Check Syntax now distinguishes between require'd
and locally defined identifiers.
- added the ability to specify a command-line to the module
language.
- Help Desk's status messages are now in the frame and
it's break button is also in the frame (no more modal
dialog)
- Check Syntax now does a better job of navigating amoung
occurrences of a single variable. The popup menu lets you
go from a bound occurrence to a binding occurrence and
from a binding occurrence to the next binding occurrence.
Also added two keystrokes: c-x;n to go to the next bound
occurrence and c-x;b to to the binding occurrence.
- show menu => view menu, added show/hide for the toolbar
- multi file search works much bching languages color the portion of the program
that has not been tested in dark red (using a simple
syntactic coverage criterion -- dark red means untested,
but not dark red doesn't mean fully tested, of course).
- added a test coverage annotation for other languages in
the "details" portion of the languages dialog; run the
program and it colors the code that was executed in
green and code that wasn't executed in red.
- fixed up help desk fonts, so that the font size in help
desk is now linked to the font size in drscheme proper.
- added support for editor modes to drscheme.
- drscheme shows the stack via arrows on the program text
when an error occurs (and debugging is on)
- added to special menu item: "insert delta" (to mean
define) in parallel to the insert lambda menu item.
- framework's scheme-mode font changed to be in an editor
mixin.
- macos: drscheme doesn't quit when all windows are closed
anymoct -> supports multiple values using this syntax:
(-> integer? (values integer? integer?))
- parenthesis highlight color is now configurable
- integrated the module browser into the main drscheme
window. Use the show menu to open a panel on the lhs of
the drscheme window containing a DAG representing the
modules that are required (only works for programs in
modules).
- integrated Bruce Hauman's rewrite of the match.ss
library (ongoing).
- added arrows to check syntax that show the (syntactic)
tail structure of the program.
- fixed many many problems with Help Desk. Some of the
more interesting ones:
- manual downloading now works.
- bug report form is a mred window now.
- doc.txt highlighting is in the right place now
- doc.txt search restults now go to the right place
- servlets are now modules (with no more free vars)
- browser menus work properly
- urls outside of our documentation use an external browser
- eliminated many (now unecessary) redirections
- various responsiveness improvements
- help desk as a standalone web server isn't supported
anymore.
- added a status line class to the framework, which is
used for check syntax and the module browser. both show
status as the check the program and show information on
mouse-over. Also, the contour window shows you the line
under the mouse in a status line on mouse over.
- added an extra level of hierarchy to the language
dialog, but without the turn-down triangles. this helps
organize the language dialog somewhat.
- the top level function declarations in algol60 are now
available in the REPL and in the test suite tool
- Removed `Windows' menu from windows and unix versions.
- Windows installer generates Program menu shortcuts for
all users
- added test suite support for use with the How to Design
Programs
- added support for recovering autosave files when DrScheme
crashes
- the draw.ss teachpack now provides the function
get-key-event : -> Key
This function enables programmers who use the draw.ss
teachpack to write interactive drawing games.
Warning: The function fails intermittently on Mac OS X. We intend
to fix this problem in a future release.
- Help Desk users can choose whether they wish to use a
frame-based version. A toggle switch for this choice (in the
form of a link) appears on the Help Desk home page. It can
also be changed in the Help Desk configuration.
- Help Desk users can once again use the PLT internal browser;
look for the browser preference in DrScheme's preferences panel
- removed an error in MrEd for Windows that was a frequent source of
instability
|
|
|
|
relevant changes:
20040809
* Win32codecs renamed to Windows-all
* Win32codecs are now in zip format
* Windows-all (was Win32codecs)
- Added aslcodec_vfw.dll (ASLC vfw decoder)
- Added scg726.acm (Sharp G.726)
- Added atrc3620.dll, cook3620.dll, drv33260.dll, drv43260.dll,
pncrt.dll, sipr3260.dll, tokr3260.dll, drv23620.dll from rp9
- Added QuickTime.qts, QuickTimeEssentials.qtx,
QuickTimeInternetExtras.qtx from qt63
|
|
- fix typos in DESCR
suggestions by snj@.
|
|
|
|
Among other various changes (no easy changelog available), this fixes a
potential DoS problem where the base64 decoder can end up in an infinite
loop upon receipt of certain malformed base64 chunks.
|
|
before any @dirrm's are executed. Rather, put it explicitly at the top of
the final static PLIST generation code.
|
|
|
|
Changes from 2.2.9.1.0 is a fix for CAN-2004-0686 included in samba 2.2.10
though it is already applied by ja-samba-2.2.9.1.0nb1 package.
This pkgsrc also contains a fix by Samba 2.2.11; smbd crash problem
by Windos XP SP2 client.
|
|
|
|
$Revision: 0.87 $ $Date: 2004/07/24 02:58:27 $
! Jcode.pm
* Document Fix by shigeno@iij-mc.co.jp
Message-Id: <20040708.175523.131609260.shigeno@iij-mc.co.jp>
* getcode() reverted to pre-0.84 because the new algorithm is prone
to false positive cases, reported by inu@kc5.so-net.ne.jp.
Message-Id: <20040723.233005.78712771.inu@mail.design.co.jp>
|
|
|
|
|
|
Changes since 0.1.2:
* Add options for pidfile/no-pidfile, user/group, and auth-file.
* Store password's MD5 instead of plain text.
|
|
|
|
|
|
slightly modified by me.
The Python X Library is intended to be a fully functional X client
library for Python programs. It is written entirely in Python, in
contrast to earlier X libraries for Python (the ancient X extension
and the newer plxlib) which were interfaces to the C Xlib.
|
|
|
|
- zsh-4.2.1 (thanks, Marc!).
|
|
|
|
|
|
|
|
|
|
|
|
Invasion - Battle of Survival is a real-time strategy game using
the Stratagus game engine.
|
|
|
|
Stratagus is a free cross-platform real-time strategy game engine.
It includes support for playing over the internet/LAN, or playing
a computer opponent. The engine is configurable and can be used to
create games with a wide-range of features specific to your needs.
|
|
|
|
Changes:
This is a bug-fix only release.
Changes to the pkg:
Correctly pass LDFLAGS, so the rpath won't get lost.
|
|
|
|
|
|
|
|
- Remove FreeBSD header from pkgsrc Makefile
- ok'ed snj@/wiz@
From the ChangeLog:
- Fixed the processing of duplicate ACKs as in the BSD stack to count towards
the 3 dupacks required for fast-retransmit.
- Fixed the bug in processing IPv6 extension headers in ipv6.c:gethdrlength()
based on the patch sent by Thomas Bohnert.
- Added dsack counter to long output format and dsack sample input and output
- Fixed bug in the calculation of the "avg win adv" field, so that now avg.
falls in between min and max.
- Changes made to make gcc-3.3 make lesser warnings with tcptrace.
- Made the --csv/--tsv/--sv options' implementation better.
- Fixed a bug in traffic module, so that the number of open connections are
printed correct in the traffic_stats.dat file, even without giving
the -C option.
- Included the code to recognize Endace ERF (Extensible Record Format), sent
by Jesper Peterson.
- Included the code to recognize the PPP (Point-to-Point) input file format,
sent by Yann Samama.
- Fixing the bug with filtering connections based on hostname/portname with
the -f option.
- Included the code to generate PF file with '-c' option. Error messages are
made more logical when generating error messages for unsupported input and
captured file formats.
- Applied patch from Ulisses Alonso Camaro that lets SYN segments following
zero window advertisements from the opposite direction *not* be treated
as window probes. Also fixed a compilation problem due to the previous
patch by Jitesh (moved the "static int count=0" line to the beginning of
trace_done() function in trace.c).
- Fixed bunch of gcc3.3.1 warnings in erf.c (unused variable warning), netm.c,
ns.c (dereferencing type-punned pointer warnings).
- Fixed the typo(?) that made us have a #ifndef __WIN32 to #ifdef __WIN32 in
ipv6.h for the in6_addr structure definition.
- Patching in changes to mod_http.c making it more robust to print
information in cases where connections get closed with RST instead of
FINs and other trivia based on Yufei Wang's patch.
- Applying the patch courtesy John Heffner that displays a yellow rwnd line
in owin plots. Also adding --showrwinline option to control the yellow
rwnd line, in case it gets annoying.
- Also fixing trivia (type conversions for certain uint to int, etc.) in
output.c to keep gcc3.3 from warning on MacOSX 10.3.
- All the changes you see above in the 6.4.x series are part of the release
6.6.0.
- Includes a bugfix by Ramani, that restored the old semantics of the
SameConn() and WhichDir() functions and includes
new functions AVL_CheckHash() and AVL_CheckDir() to support the AVL tree
hash-bucket implementation.
- Includes a fix to ns.c to correctly read port numbers; added
functionality to track LEAST variables and reno LEAST algorithm to trace.c;
added isRTO() in rexmit.c : all by Wes.
|