summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-27Only enable-thread safety on systems which have native threads to avoidrecht1-3/+4
pulling in pth. Pointed out by seb@.
2004-04-27Replace "sed" by ${SED} in configure and pdflib-config.in to ensurerecht1-1/+7
a working sed. Addresses PR pkg/25306 by Georg Schwarz.
2004-04-27note R update.markd2-3/+3
2004-04-27Update R to 1.9.0 and buildlink3ifymarkd14-135/+148
USER-VISIBLE CHANGES o Underscore '_' is now allowed in syntactically valid names, and make.names() no longer changes underscores. Very old code that makes use of underscore for assignment may now give confusing error messages. o Package 'base' has been split into packages 'base', 'graphics', 'stats' and 'utils'. All four are loaded in a default installation, but the separation allows a 'lean and mean' version of R to be used for tasks such as building indices. Packages ctest, eda, modreg, mva, nls, stepfun and ts have been merged into stats, and lqs has been returned to MASS. In all cases a stub has been left that will issue a warning and ensure that the appropriate new home is loaded. All the time series datasets have been moved to package stats. Sweave has been moved to utils. Package mle has been moved to stats4 which will become the central place for statistical S4 classes and methods distributed with base R. Package mle remains as a stub. Users may notice that code in .Rprofile is run with only the new base loaded and so functions may now not be found. For example, ps.options(horizontal = TRUE) should be preceded by library(graphics) or called as graphics::ps.options or, better, set as a hook -- see ?setHook. o There has been a concerted effort to speed up the startup of an R session: it now takes about 2/3rds of the time of 1.8.1. o A warning is issued at startup in a UTF-8 locale, as currently R only supports single-byte encodings. plus many new features and bug fixes.
2004-04-27Changes 0.1.1:adam2-5/+5
* bug fixes
2004-04-27sync with ../mozilla/distinfo (hi grant, taya!):dillo1-3/+4
revision 1.53 date: 2004/04/24 10:36:15; author: grant; state: Exp; lines: +2 -1 make sure we link with the correct rpath on Solaris. ---------------------------- revision 1.52 date: 2004/04/24 10:35:23; author: grant; state: Exp; lines: +2 -2 don't pass "-Q option" to ${LD}, it isn't needed and the Solaris linker errors on it. ---------------------------- revision 1.51 date: 2004/04/23 15:32:04; author: taya; state: Exp; lines: +2 -2 catch up to current statvfs support
2004-04-27This needs Xft2 as pointed out by Adrian Portelli in PR pkg/25346.recht1-8/+9
bl3ify while at it.
2004-04-27Updated t1utils to 1.32adam1-1/+2
2004-04-27Changes 1.32:adam2-7/+7
* Fix memory corruption bug Changes 1.31: * Support fonts where the first eexec-encrypted byte is binary 0 Changes 1.30: * Support fonts where "currentfile eexec" isn't followed by a newline Changes 1.29: * T1disasm can handle an Omega font
2004-04-27Updated pfaedit to 20040310adam1-1/+2
2004-04-27Changes 2004-03-10:adam4-20/+21
* The autohint command would sometimes reverse direction of a countour * PfaEdit would sometimes generate internal errors when editing quadric splines * When reading a font with an apple 'mort' table, pfaedit would often parse marked substitions incorrectly
2004-04-27... and don't forget to add the MESSAGE file itself.cube1-0/+7
2004-04-27Move instruction to load the plugins into a MESSAGE file.cube6-10/+5
Suggested by reed@.
2004-04-27Convert to buildlink3.snj19-39/+39
2004-04-27Convert to buildlink3.snj66-210/+200
2004-04-27Finish conversion to buildlink3.snj1-2/+2
2004-04-27Convert to buildlink3.snj10-82/+73
2004-04-27Add buildlink3.mk to fix gtk-doc.snj1-0/+20
2004-04-27use grep >/dev/null instead of grep -q for the benefit of solarisdmcmahill1-3/+3
2004-04-27Convert to buildlink3.snj9-41/+56
2004-04-27It's USE_GROUPADD, not USE_USERGROUP.tv1-2/+2
2004-04-27Use ${USE_USERADD:D...} as .if may not catch it in time.tv1-4/+3
2004-04-27Convert to buildlink3.snj3-7/+25
2004-04-27Convert to buildlink3.snj23-84/+78
2004-04-27Explain why, after setting "command" in the usual way, we set itschmonz3-3/+11
again in foo_precmd() to a different value. This is an unusual usage, and these comments may help if a future rc.subr isn't as accommodating to such trickery. Suggested by lukem.
2004-04-27Convert to buildlink3.snj20-44/+44
2004-04-27Convert to buildlink3.snj7-23/+668
2004-04-27Consistency nit.tv1-2/+2
2004-04-27Interix now has user(8) emulation; use it.tv1-5/+8
2004-04-27+user_interixtv1-1/+2
2004-04-27user(8) emulation scripts for Interix.tv7-0/+269
2004-04-27Add bl3 file.wiz1-0/+18
XXX: needs builtin support.
2004-04-27Unused.wiz1-31/+0
2004-04-27Remove bl2 support -- all packages including this filewiz1-3/+1
have been converted.
2004-04-27Don't fail if $ISODIR/netbsd does not exists, because the kernelxtraeme1-10/+6
could not be "netbsd". Add missing MKISOFS_ARGS to MISC_VARS.
2004-04-27Convert to bl3.wiz1-12/+12
2004-04-27Add include/pgsql/* to BUILDLINK_FILES. Needed to get, e.g., gtranslatorsnj1-1/+2
to build.
2004-04-27Unused.wiz5-121/+0
2004-04-27Convert to bl3.wiz1-12/+12
2004-04-27Re-add on xtraeme's request, for X11_TYPE=XFree86 users.wiz1-0/+75
2004-04-27Unused.wiz6-176/+0
2004-04-27Add a buildlink3.mk.snj1-0/+18
2004-04-26distinfo not needed when using NO_CHECKSUM...xtraeme1-2/+0
2004-04-26Convert to buildlink3.snj6-20/+38
2004-04-26Add vnc2swf to the list of future packages.xtraeme1-1/+6
2004-04-26Convert to buildlink3.snj18-93/+142
2004-04-26Note gpsim update, removal of eXdbmbouyer2-3/+4
2004-04-26Remove the eXdbm package, as it's no longer maintained. It was there for thebouyer7-115/+0
purpose of gpsim, but gpsim now include its own version which includes bug-fixes.
2004-04-26Update to 0.21.2. Main change since 0.20.7:bouyer8-89/+38
o Updated to support GTK+ 2.x o Added the stopwatch command. o added support for more processors o EEPROM added to 18F devices by Mike Durian o Added breakpoint capability on nodes o Added spi Module o Added attributes to external usart module o log command has been added (Command Line) o Profiling has been added (gui) o Trace viewer has been added o Added parport - parallel port loadable module o Source level debugging of C files o Added module attibutes (attribute.cc) o Enhanced module interface - now LCD module works with gpsim o Beautified the Single Step and Trace dump outputs o Added break on stack overflow and underflow o Added break mask to wv/rv type break points. Now you can specify which bits are significant. o Added "--cli" command line option. Invokes gpsim in command line mode even if it has been configured to use the gui. o Program viewer can now display ASCII encode text in "dt" tables o Added pullup/pulldown resistors to the gpsim modules o added "frequency" command o Added time field to the gui status bar.
2004-04-26CATEGORIES is spelled with a C.snj1-2/+2