summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-21RCS tag.cjep1-0/+1
2003-04-21RCS tagcjep1-0/+1
2003-04-21RCS tag.cjep1-0/+1
2003-04-21Add RCS tag.cjep1-0/+1
2003-04-21lintcjep1-0/+5
2003-04-21Note p5-DBD-postgresql 1.22, p5-Class-ReturnValue 0.51,mjl1-1/+5
p5-DBIx-SearchBuilder 0.80, p5-CGI 2.91.
2003-04-21Update p5-CGI to 2.91mjl2-13/+8
- Attribute generation now correctly respects the value of autoEscape() - Fixed endofrm() syntax error - Fixed bug in redirect header handling - Added P3P option to header() - Patches to make CGI::Carp work correctly with object-oriented exceptions - Removed inaccurate description of how to set multiple cookies from CGI::Cookie pod file - Patch to prevent running out of filehandles when uploading lots of files - Documentation enhancement to note that the import_names() method transforms the parameter names into valid Perl names - Patch to suppress lang attribute in <html> tag if not provided explicitly - Patch to fix broken XHTML-transitional 1.0 validation on endform() - Custom html header fix (first letter correctly upcased now) - Added a -verbatim option to stylesheet generation - Faster delete() method - Added empty charset support - Patch to fix file upload failures when uploaded file is a multiple of 4096 - Fixed behavior of ACTION tag when POSTING to a URL that has a query string - Patch to handle multipart/mixed uploads from Opera
2003-04-21More OpenBSD Status.cjep1-5/+6
2003-04-21Update p5-DBIx-SearchBuilder to 0.80mjl2-5/+5
- Count method enhanced to ignore "LIMIT"s - LIMIT behaviour changed to be handle specific - ReadableAttributes and WritableAttributes added as methods to Record.pm - SB->Count should return no results unless the search is limited - Eliminate a warning on empty searches - No longer attempt to cache (and fail) objects that haven't been database-loaded
2003-04-21Update p5-Class-ReturnValue to 0.51mjl2-5/+5
The Changes file does not show anything beyond 0.40.
2003-04-21Remove "trium" skin which is not available any more.tron1-2/+1
2003-04-21Set BATCH=1 and set DEPENDS_TARGET. (BATCH=1 is certainly needed forcjep1-0/+5
the bulk-install target to work.)
2003-04-21correct homepagejschauma1-2/+2
2003-04-21Quote the variable when passing to MAKE_ENV.jschauma1-2/+2
2003-04-21Correct Homepagejschauma1-2/+2
2003-04-21Note update of devel/ruby-ri package to 0.8a.taca1-1/+2
2003-04-21Fill up missing version line in updating ruby-rd-mode to 0.6.11.taca1-2/+2
2003-04-21Update ruby-ri package to 0.8a.taca2-5/+5
`Quick patch' supplied by Rasputin <rasputin at idoru dot mine dot nu>. 2002-05-01 Dave Thomas <Dave@Thomases.com> * ri/ri.rb: Fix bug where class names were output with underscores. Also tidy up some typos. Patch from Derek Peschel. 2001-08-18 Dave Thomas <Dave@Thomases.com> * ri/ri.rb: Fix bug which failed to match plain 'blksize' because it couldn't parse out the classname part (File::Stat) 2001-08-15 Dave Thomas <Dave@Thomases.com> * ri/ri.rb: Re-organize to allow can_handle? to be implemented without generating output. Add caching for loaded description files. 2001-08-13 Dave Thomas <Dave@Thomases.com> * install.rb: Add support for DESTDIR (patch from Christian Lademann) * ri/ri.rb (defined?): New method to fid out if a particular name exists * post_process: convert --@ to -@ in a method name. (I can't to it in the text - there are too many other occurances of --).
2003-04-21links builds on Solaris (8/sparc at least). Apache builds on OpenBSD.cjep1-4/+4
2003-04-21Updated postfix to 2.0.9martti1-1/+2
2003-04-21Updated postfix to 2.0.9martti2-5/+5
- The SMTP client did not deliver a partial last line when someone submitted 8BITMIME mail not ending in newline via /usr/sbin/sendmail while MIME input processing was turned off, and MIME 8bit->7bit conversion was requested upon delivery.
2003-04-21Use UTC for gnucap and dinotrace-mode entries (hi Dan!)rh1-3/+3
2003-04-21Note addition of gnome-utils-2.2.1 as gnome2-utilsrh1-1/+2
2003-04-21Add and enable gnome2-utilsrh1-1/+2
2003-04-21Initial import of gnome-utils-2.2.1, a set of useful GNOME2 utilities.rh6-0/+247
2003-04-21note update of gnucap to 0.33dmcmahill1-1/+2
2003-04-21update to gnucap-0.33dmcmahill5-21/+77
Gnucap 0.33 release notes (01/12/2003) This is a bug fix and compatibility release. 0.32 was not widely distributed due to password problems and a heavy work load, so the release notes are repeated after the current ones. New features: 1. Add inductance probes, like capacitor. Bug fixes: 1. Fix xprobe duplicate default arg bug - shows in g++3.2. 2. Fix bug that sometimes caused a crash when changing a model after analysis. 3. Fix bug that caused an assert to fail (debug build) after removing a probe from an element. 4. Fix a dumb typo hack bug ddHAS_READLINE. Now history and command line editing really works. It was working, but somehow the hack slipped into the release code. ================================================================= Gnucap 0.32 release notes (09/30/2002) New features: 1. Series resistance in the diode. It took 5 minutes to do, so it is embarrasing that it wasn't done before. 2. History and command line editing, using Gnu Readline. Thanks to Simon Hoffe for sending me the patch. 3. More parameters in the BJT model. This gives it better compatibility with commercial simulators. These parameters are beyond Spice 3f5. 4. "M" parameter in diode, BJT and MOS devices. M is the number of parallel devices. Some commercial simulators have this. Changes that may or may not be improvements. 1. The definition of the transient option "UIC" has changed. It is now Spice compatible, which means to not attempt to do any solution or consistency check. Just apply the values, assuming anything that isn't specified is 0. The old behavior was to attempt a solution while holding the IC values. Bug fixes: 1. voltage sync bug. It still doesn't fix the MOS 2 convergence problem. 2. Fix memory leak in POLY components. 3. Fix bug in Fourier that sometimes causes overrun (crash) and time sync errors. 4. Modelgen: fix bug in list parsing. 5. Some changes to eliminate warnings when compiling with g++ 3.1. 6. Use Euler differentiation on first step, because trap used a value that cannot be known then. Usually, this doesn't make much difference, but there are a few cases where the error can get magnified and trigger trapezoidal ringing, leading to a totally bogus result. It most cases, you could hide it with small enough steps. These cases should work with default settings now. 7. Fix bug that sometimes caused incorrect handling of initial conditions (UIC), 8. Fix bug that caused continuing a transient analysis to give incorrect results. Significant internal changes: 1. The inductor uses all of the same support functions as the capacitor, including "integrate", which is now correctly called "differentiate". 2. Most of the code is in place for named nodes. It mostly works and can be turned on with the option "namednodes". It is off by default because it is not complete. Most likely, it will be finished in the next release. Some things that are still partially implemented: 1. BSIM models, charge effects, "alpha0" parameter. (computed then ignored) 2. Configure still doesn't handle everything. 3. The model compiler still requires too much raw coding. 4. Named nodes. If you set the option "namednodes", it will support named nodes, but some things don't work, so it is off by default. 5. The preliminary IBIS code is now included. For now, it is a standalone executable, that reads an IBIS file and generates a netlist. The netlist requires some editing to use, and is not fully compatible anyway. It is included in hopes of recruiting help in finishing the project. Bugs (nothing new, but needs repeating): 1. The transmission line initial conditions are not propagated until the transient analysis runs. 2. An occasional bogus calculation in MOSFETS occurs when a device is reversed. This sometimes causes nonconvergence. 3. The "modify" command with multiple arguments seems to take only the first one. It used to work, but is broken in this release. I am not sure when it broke.
2003-04-21Note addition of gnome-games-2.2.1 as gnome2-gamesrh1-1/+2
2003-04-21Add and enable gnome2-gamesrh1-1/+2
2003-04-21Initial import of gnome-games-2.2.1, the GNOME2 games collection.rh10-0/+985
2003-04-21note addition of dinotrace-mode-9.1idmcmahill1-1/+2
2003-04-21add and enable dinotrace-modedmcmahill1-1/+2
2003-04-21import dinotrace-mode-9.1idmcmahill5-0/+72
This is an emacs major mode for linking verilog code with simulation results and the Dinotrace waveform viewer.
2003-04-21back out previous, it does not work as it should.grant1-4/+7
2003-04-21ensure LOWER_ARCH always gets set on Solaris, not only if MACHINE_ARCHgrant1-7/+4
is non-sensical. shuffle some definitions around to follow style of other entries. semi-related to a tr(1) bug observed by sommerfeld@ Solaris 10/i386.
2003-04-21Don't crash if GCONF2_SCHEMAS is undefined.rh1-2/+2
2003-04-21Two more OpenBSD resultscjep1-3/+3
2003-04-20Remove gnome-applets-2.xrh1-2/+1
2003-04-20Note addition of gnome-applets-2.2.1 as gnome2-appletsrh1-1/+2
2003-04-20Add and enable gnome2-appletsrh1-1/+2
2003-04-20Initial import of gnome-applets-2.2.1, a set of panel applets for GNOME2.rh6-0/+593
2003-04-20Use the "added package as directory" form for the gnome1-* packages.rh1-3/+3
2003-04-20-ipa updatecjep1-2/+1
2003-04-20Update of net/ipa to version 1.3.3.cjep1-1/+2
From Andrey Simonenko in PR#21224. Changes since 1.3.2: - Fixed two bugs in ipa(8), which caused core dumps: if there were one or some `\t' characters after the "rule" or "limit" keyword in ipa.conf(5), then ipa(8) wasn't able to parse such configuration file - File /var/ipa/## lock ## was renamed to /var/ipa/lock db, because BSD daily script deletes files with `#' characters. All should remove the /var/ipa/## lock ## file - Minor improvements and changes
2003-04-20Update of net/ipa to version 1.3.3.cjep2-5/+5
From Andrey Simonenko in PR#21224. Changes since 1.3.2: - Fixed two bugs in ipa(8), which caused core dumps: if there were one or some `\t' characters after the "rule" or "limit" keyword in ipa.conf(5), then ipa(8) wasn't able to parse such configuration file - File /var/ipa/## lock ## was renamed to /var/ipa/lock db, because BSD daily script deletes files with `#' characters. All should remove the /var/ipa/## lock ## file - Minor improvements and changes
2003-04-20cvs and tcsh build happily on OpenBSD.cjep1-17/+17
2003-04-20whitespace police.grant1-4/+4
2003-04-20sync with bootstrap:grant5-15/+15
make sure man pages get installed into a sane location if --mandir is not specified.
2003-04-20Update p5-DBD-postgresql to 1.22mjl3-13/+13
- Fix memory allocation problem in bytea escaping - Add utf8 support - Transform Perl arrays into PostgreSQL arrays - Fix for foreign_key_info() - Fix PG_TEXT parameter binding - Doc cleanups - Fix warning from func($table, 'table_attributes') - Added suppport for schemas - Fix binary to a bytea field conversion
2003-04-20Fix MASTER_SITEScjep1-2/+2