Changes from 6.3:
- PCSpim no longer shifts the focus of the register and data segments
when values change.
- fixed bug in the expansion of USH pseudo-op.
- Add system calls for open, close, read, and write.
- Fixed the Configure file to work with Mac OSX.
- Made the REM pseudo-op require 3 arguments.
- Fixed PCSpim dumping code to dump contents of console window.
- Treat LUI's immediate value as unsigned, as it is not sign extended.
- More error checking for malformed programs.
- Make symbol "main" as global.
- Avoid clearing last few bytes of data segments when they expand.
- Check that high-order 4 bits in jump instruction's PC match bits in
target PC.
Changes from 6.2:
- PCSpim interface simplified to 4 fixed panes, similar to xspim,
which permit cut and paste.
- PCSpim console stays on the screen after assembly program terminates.
- Comments in assembly source displayed in text segment.
- NOP is standardized to sll $0 $0 0 (= 0x00000000)
- Fixed several bugs and missed optimization in computing immediate
values in lw/sw instruction sequences.
- High 2 bits in negative branch offsets were incorrect.
- Display floating point registers with up to 18 digits of precision.
- New spim command (print_all_regs) prints all registers.
- Minor changes to compile spim under cygwin for Windows.
- Validate the range of immediate values in MIPS (but not pseudo)
instructions.
- Fixed display of stack with non-word aligned $sp.
- New flags:
* -delayed-branches Simulate MIPS delayed control transfers for
branches, jumps, and calls
* -delayed-loads Simulate MIPS non-interlocked loads.
(approved by hubertf)
Changes:
* Updated translations
* Updated English manual and translated it to Portuguese
* Fixed bugs:
- When checking if the user could write to a certain
directory all the groups the user was in where not
checked so it was possible to write while the application
said otherwise.
- Spec file rewrote to be more correct, thanks to Gregory
Leblanc <gleblanc@linuxweasel.com>
New in Version 1.30:
Several vector operations are now available directly in ARIBAS
(vec1 + vec2, vec1 - vec2, lambda*vec, vec mod N , etc.)
(approved by hubertf)
Changes:
0.3.4 + Authentication through JAVA
(By: Ivan F. Martinez <ivanfm@os2brasil.com.br>)
+ Added a wrapper for lockf, built on fcntl.
+ popauth file support for POP-before-SMTP authentication
(By: Stephan Uhlmann <su@su2.info>)
+ Rudimental LDAP support.
(By: "Alexandre Ghisoli" <alexandre.ghisoli@ycom.ch>)
- Unbreak ignoring of UW-IMAP message.
(Problem reported by: Dale Blount <lnxus@yahoo.com>)
* Please note that the mailing lists have change address, for
more info please see:
http://www.toontown.org/teapop/mailinglist.php
! Ignore SIGPIPE when in update state.
+ Mac OS X support
(By: Thomas Deniau <thomasdeniau@mac.com>)
! Behave more decent when running as non-root.
(By: Marc A. Lehmann <pcg@goof.com>)
* Release date: 9-Apr-2002
0.3.3 - Fix proper unlocking of mailboxes.
* Release date: 2-Sep-2001
Update contributed by Dawid Szymanski <dawszy@arhea.net> in PR 16551
a buildlink.mk from a package's Makefile and PLIST.
XXX: this is an attempt to make the creation of buildlink.mk files more
XXX: systematic and less error-prone than copying existing buildlink.mk
XXX: files and modifying them for a new package. Any help in making this
XXX: script less simplistic and more versatile is gladly welcome!
does not create the directory (any longer?).
Be a bit defensive about this and add -I${BUILDLINK_DIR}/include/libxml
to BUILDLINK_CONFIG_WRAPPER_SED, while letting -I${BUILDLINK_DIR}/include
stay, too.
XXX: This should be revisited, and the packages depending on libxml2 be fixed
(either way); for now, this change fixes libwmf, ogle, and ogle_gui (and
perhaps others), while not changing the situation for kdelibs2 (which
I didn't want to test because it's too big).
Per a discussion with Johnny Lam.
XNap is a Java file sharing client. It is powerful, easy to use, and
efficient. Features include fetching a server list from Napigator,
connecting to multiple OpenNap servers, doing multiple concurrent
searches, and automatic downloading. You can view your MP3 files and
play them conveniently from within XNap. It also provides a
commandline interface for use on a terminal.
Contributed by ben@wongs.net in PR 16528
An mpeg 1/2/2.5 audio layer 1,2,3 frame level editor. Allows for
cutting, copying, pasting of individual frames, correction of
common (correctable) errors, removal of bad frames and more.
Quite useful program for maintaining any mp3 collection.
Provided by Rui-Xiang Guo <rxg@netbsd.org> in pkg/16530
- Fixed COMMENT
- Updated DESCR
Changes :
- The SvPVbyte in perl-5.6.1 is buggy. Use the one from 5.7.3
instead.
- Give warning if the function interface is used as instance
methods: $md5->md5_hex().
Changes since p5-Test-Simple-0.43 :
- names containing newlines no longer produce confusing output
(from chromatic)
- chromatic provided a fix so can_ok() honors can() overrides.
- Nick Ing-Simmons suggested todo_skip() be a bit clearer about
the skipping part.
- Making plan() vomit if it gets something it doesn't understand.
- Tatsuhiko Miyagawa fixed use_ok() with pragmata on older perls.
- quieting diag(undef)
Changes :
* $^X fix made safer.
- Noise from loading wait.ph to analyze core files supressed
- MJD found a situation where a test could run Test::Harness
out of memory. Protecting against that specific case.
- Made the 1..M docs a bit clearer.
- Fixed TODO tests so Test::Harness does not display a NOK for
them.
- Test::Harness::Straps->analyze_file() docs were not clear as to
its effects