summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2005-10-24Updated converters/wv to 1.0.3nb3 (fix PR 31888)tonio2-2/+4
Note wv-1.2.0 in TODO
2005-10-24some leftoverdrochner1-1/+8
2005-10-24Updated graphics/gimp-docs to 2.0.9adam2-3/+3
2005-10-24Update gputils to 0.13.3, a bugfix release.dogcow1-1/+2
gplink is the primary file affected; see gputils-0.13.3/ChangeLog for more details.
2005-10-24Updated net/libtorrent to 0.7.5; net/rtorrent to 0.3.5adam2-4/+4
2005-10-24Add zope3.minskim1-1/+2
2005-10-23Updated pkglint to 4.29.1.rillig1-1/+2
Added CONFLICT to the list of deprecated variables (actually it's a typo). Added PLIST_SUBST to makevars.map as a List. Allow comments after a YES/yes/NO/no value of variables.
2005-10-23Bumped PKGREVISION of x11/xteddy2 because of a typo (CONFLICT =>rillig1-1/+2
CONFLICTS).
2005-10-23Bumped PKGREVISION of x11/xdaemon2 because of a typo (CONFLICT =>rillig1-1/+2
CONFLICTS).
2005-10-23Bumped PKGREVISION of x11/xdaemon because of a typo (CONFLICT =>rillig1-1/+2
CONFLICTS).
2005-10-23Bumped PKGREVISION of games/xbill.rillig1-1/+2
CONFLICTS are recognized correctly now. ${GAMEOWN} has been added to PKG_USERS.
2005-10-23Note update of www/squid package to 2.5.12.taca1-1/+2
2005-10-23Add wmii.minskim1-1/+2
2005-10-23Add 9rc.minskim1-1/+2
2005-10-23Updatedheinz2-3/+4
net/GeoIP to 1.3.14 www/webalizer to 2.1.10nb4
2005-10-23Update postgresql80-related packages to 8.0.4. On updating from anyjlam1-1/+7
previous 8.0.x release, no dump-and-restore is necessary. Changes from version 8.0.3 include: postgresql80-client: - Clarify comment for pgsql-hier-query option to note that it is considered buggy by PostgreSQL developers. * Make psql -f filename return a nonzero exit code when opening the file fails * Change pg_dump to handle inherited check constraints more reliably postgresql80-server: * Fix error that allowed "VACUUM" to remove ctid chains too soon, and add more checking in code that follows ctid links This fixes a long-standing problem that could cause crashes in very rare circumstances. * Fix CHAR() to properly pad spaces to the specified length when using a multiple-byte character set (Yoshiyuki Asaba) In prior releases, the padding of CHAR() was incorrect because it only padded to the specified number of bytes without considering how many characters were stored. * Force a checkpoint before committing "CREATE DATABASE" This should fix recent reports of "index is not a btree" failures when a crash occurs shortly after "CREATE DATABASE". * Fix the sense of the test for read-only transaction in "COPY" The code formerly prohibited "COPY TO", where it should prohibit "COPY FROM". * Handle consecutive embedded newlines in "COPY" CSV-mode input * Fix date_trunc(week) for dates near year end * Fix planning problem with outer-join ON clauses that reference only the inner-side relation * Further fixes for x FULL JOIN y ON true corner cases * Fix overenthusiastic optimization of x IN (SELECT DISTINCT ...) and related cases * Fix mis-planning of queries with small LIMIT values due to poorly thought out "fuzzy" cost comparison * Make array_in and array_recv more paranoid about validating their OID parameter * Fix missing rows in queries like UPDATE a=... WHERE a... with GiST index on column a * Improve robustness of datetime parsing * Improve checking for partially-written WAL pages * Improve robustness of signal handling when SSL is enabled * Improve MIPS and M68K spinlock code * Don't try to open more than max_files_per_process files during postmaster startup * Various memory leakage fixes * Various portability improvements * Update timezone data files * Fix PL/PgSQL to handle var := var correctly when the variable is of pass-by-reference type postgresql80-plperl: * Fix PL/Perl %_SHARED so it's actually shared
2005-10-23Note update of emulators/xmame and emulators/xmess to 0.101.kristerw1-1/+3
2005-10-23Rename Teg as teg.minskim1-2/+2
2005-10-23Add Teg.minskim1-1/+2
2005-10-23Updated pkglint to 4.29.rillig1-1/+2
Fixed the detection of list variables that are modified with operators other than "+=". Added *_SKIP to the list of plural variable names.
2005-10-23Add hyperestraier.minskim1-1/+2
2005-10-23Updated x11/gtkglarea to 1.2.3nb1wiz1-1/+2
2005-10-23Add qdbm.minskim1-1/+2
2005-10-23Note update of cpuflags.minskim1-1/+2
2005-10-23Note pks updateadrianp1-1/+2
2005-10-23Note PKGREVISION bump of gnome-panel.minskim1-1/+2
2005-10-23Note PKGREVISION bump of gnome2-applets.minskim1-1/+2
2005-10-23regenerated.rillig2-883/+894
2005-10-23Reindented all <programlisting>s.rillig16-487/+649
2005-10-23Updated emulators/gxemul to 0.3.6.1xtraeme1-1/+2
2005-10-23Note update of ht to 0.9.1rh1-1/+2
2005-10-23Expand section on CPP defines, thanks to salo.hubertf1-1/+13
XXX can anyone rebuild this stuff, and commit to htdocs?
2005-10-22Updated devel/p5-SVN-Mirror to 0.67sommerfeld2-3/+3
2005-10-22Note PKGREVISION bump of gdm.minskim1-1/+2
2005-10-22Bumped PKGREVISION of mail/coolmail after adding a patch to support therillig1-1/+2
IRIX C compiler.
2005-10-22Added devel/p5-IO-Pager version 0.06sommerfeld2-3/+6
Added devel/p5-File-chdir version 0.06 Updated devel/p5-SVN-Mirror to 0.66 Updated devel/svk to 1.05
2005-10-22Updated libjit to 0.0.4.rillig1-1/+2
Changes: * Pluggable object models. * Problems with "gen-apply" on Win32 systems. * Optimize "if true goto" into "goto". * Peephole optimization on branches. * Adjust ARM codegen macros to support branch elimination instructions. * Redesign exception handling to use "setjmp" everywhere. * Remove C++ code from "libjit.so" so that it is a pure C library. * Use computed goto's in the interpreter if the compiler supports them. * Don't allow conditional branches to jump out of exception contexts. * Block movement to allow initialization code to be moved to the start of a function, or loop condition code to be moved to the end. * Rewrite the exception region routines to make them easier to use. * Add the "gen-sel" program, for creating instruction selectors. * Write instruction selectors for x86 and ARM (only x86 is enabled). * Portability fixes for ARM, PPC, Alpha, IA64, and amd64. * Clarify the description of LLVM, at the request of LLVM's author. * Deferred argument popping after function calls. * Add "--enable-interpreter" to force the interpreter to be used. * Implement a simple global register allocator based on usage counts. * Recognise increment and decrement idioms. * Align cache flushes properly (Miroslaw Dobrzanski-Neumann). * Querying of x86 cpuid where necessary. * Add a constant pool for ARM, to make constant loads more efficient. * Handle register pairs for 64-bit values properly. * Support for parameter areas on the stack, to reduce push/pop overhead. * Avoid unnecessary register spills if a value won't be used again. * Implement tail calls from a function to itself. * Optimize x86 prologs and epilogs to avoid doing unnecessry work. * Centralise the code that handles parameter passing. * Support for parallel builds.
2005-10-22devilspie updated to 0.14.wiz2-3/+3
2005-10-22 Updated net/libpcap to 0.9.3nb4 [wiz 2005-10-22]wiz1-1/+3
Updated net/tcpdump to 3.9.3nb1 [wiz 2005-10-22]
2005-10-22+ GridSim-3.3, aspell-0.60.4, cvs-1.11.21, devilspie-0.14,wiz1-4/+7
eclipse-3.1.1, rar-linux-3.5.1.
2005-10-22Updated print-chktex to 1.6.3tonio2-3/+3
Use CONF_FILES for chktexrc
2005-10-22Updated math/guppi to 0.40.3nb14wiz1-1/+2
2005-10-22Mention pkg-config update to 0.20.wiz1-1/+2
2005-10-21Note archivers/lzo update to version 2.02.cube1-1/+2
2005-10-21Note update of "milter-greylist" package to version 2.0.2.tron1-1/+2
2005-10-21Update mail/fetchmail to 6.2.5nb6tonio1-1/+2
Fix PR 28543, build under darwin.
2005-10-21Note update of "apache2" package to version 2.0.55nb1.tron1-1/+2
2005-10-21Remove last entry, it's incorrect.tron1-2/+1
2005-10-21Note update of "apr" package to version 0.9.7.2.0.55.tron1-1/+2
2005-10-21Added multimedia/gst-plugins-xvid.xtraeme1-1/+2