MOAB Fixes - APE patches to fix bugs identified in the Month of Apple Bugs project
- moab-4-GetImageHeaderSuffix.patch - 10-27x speed improvements in library matching
- adium-iChatLogImport-logfileTime - when importing the iChat logs, set the last modified time of the log file so that the logs show up in the file list sorted correctly
- adium-IdleTimePreferences-fixConfigureControl - In svn 9005, Prefs -> Status -> Idle doesn't get properly set up
- pyddr-nonstop-cleanup.patch - Cleanup of initial nonstop code.
- pyddr-gameloop-cleanup.patch - Major cleanup of the pyDDR game loop. Committed as-is.
- With autofail on, don't fail out unless all players have failed.
- Once you've failed, you can't increase your life bar.
- Fixed range(float) warning in LifeBarDisp::update()
- Don't crash if a song's movie file isn't there.
- --> But the song's bg image doesn't show, either.
- Set the bgmovie alpha once, when it's created, and not every time through the loop.
- Doubled the update freq of the timer, so that it doesn't look as jerky updating. (This doesn't seem to change lps perf.)
- Major code cleanup of main loop. Combine code for multiple players; the main loop is about 90% of the way to handling more than two players. Remove 200+ lines of redundancy.
- pyddr-strobeSquare.patch - Create config option for the strobe square in the LR corner. Committed with modifications.
- pyddr-arrowscale.patch - Merges arrow shrink/grow options into one arrow scale option since they are mutually exclusive. Committed as-is.
- wm-noautolaunch.patch for WindowMaker 0.61.0. This patch was incorporated into WindowMaker 0.62.0. It enables a command line argument, --no-autolaunch, that prevents WindowMaker from launching dock and clip items marked as autolauch.
- php-array-key-index.patch provides array_key_index(), array_first(), and array_last()
- php412-enone.patch provides the E_NONE error constant, which was previously not available.
- php402-parsestr.patch patches PHP 4.0.2 in a much cleaner way than the previous version of this patch did. Instead of including functionality directly into parse_str(), php_treat_data() is modified to return variables into an array. This patch was incorporated into PHP 4.0.3 with very minor changes.
- php401pl2-parsestr.patch is a patch for PHP4 that modifes the parse_str() function to allow its output to be stored into an array, rather than to be spewed out into the current variable scope.
- php-parasestr.patch is an older version of the patch for PHP3.
- wmnd-004-unsigned - WMND was using ints rather than unsigned longs to store values from /proc/net/dev, so when values exceeded the range of an int, wmnd could stop updating the display.
- wmnd-002-shortline - I found and fixed a bug that caused WMND (and its predecessor, wmifs), to seg fault if a line in /proc/net/dev exceeded 127 characters long.
- mrtg-nomax.patch adds a new option, nomax, that allows rateup to accept any values it receives. Although one could specify an arbitrarially large AbsMax[], this is a cleaner solution.
- cronolog-prevlink.patch allows you to create a link to the previous logfile automatically.
- modeless7-8.patch, written by run, to fix a bug I found. A user could cause ircu to seg fault if one tried to set a topic on multiple channels at once, as "/topic #channel1,#chanel2 the topic...".
- phplib-acstore-fix fixes a problem I was having with PHPLib throwing errors when it attempted to update a session in the database with the same timestamp and data. It turns out, they had already fixed the problem a few days before I submitted the patch.
- cwaca10-bug is a bug reprort I filed for CodeWarrior Academic 10's pascal compiler. The problem was fixed in the next update.
- Bug #37839 - the bug helper had an outdated list of components, so I couldn't submit a bug report.
- Bug #37841 - Mac Moz crashes on quit after using Java
- Bug #46174 - Mac Moz controls don't use Appearance Manager variation color. Specifically, my Native Widgets Rant
- Bug #46177
- Bug #48259 - "change font size in prefs; layout removes scrollbar and doesn't scroll to top of page"
- Bug #48263 - Linux Moz html form option menus require two clicks to dismiss.