Up to [cvs.netbsd.org] / pkgsrc / emulators / palmosemulator
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 4 23:33:40 2011 UTC (7 months, 2 weeks ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
HEAD
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Uncomment a couple of includes that are not strictly implied by other includes, and therefore may cause build failures when absent. Fixes build on Ubuntu 11.04.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Apr 6 04:36:00 2010 UTC (2 years, 1 month ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Casts to va_list are forbidden by ISO C++. Even if everything works as intended, the format string parser that generates the va_list does not support all formatting characters. Make this code portable by failing to parse any format string at all, not just the ones that aren't fully supported. Bump PKGREVISION for the functional change, though this code is probably generally unused anyway. Unmark as BROKEN and NOT_FOR_PLATFORM - I think all uses of va_list casts are inhibited.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 24 14:28:14 2007 UTC (4 years, 7 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.7: +3 -2
lines
Diff to previous 1.7 (colored)
Fix the build of the Palm OS Emulator with GCC 4.1.2. patch-ar was sourced from http://www.freebsd.org/cgi/cvsweb.cgi/ports/palm/pose/files/patch-SrcShared-EmPalmStructs.h Changes to patch-ap were determined by getting gcc 3.4 and gcc 4.1.2 to fight until the bug was forced to reveal itself! Don't need to bump the revision. Either it built under gcc 3 and worked, or didn't build at all under gcc 4. Addresses PR pkg/37188.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jun 28 15:56:10 2006 UTC (5 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.6: +3 -2
lines
Diff to previous 1.6 (colored)
Use nanosleep on DragonFly and fix C++ for GCC 3.4 (no passing of function pointers to protected members).
Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 28 13:52:05 2006 UTC (6 years ago) by joerg
Branch: MAIN
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
Fix some, but not all issues with GCC 3.4.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 23 18:49:19 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
Add RMD160 digests to the SHA1 ones
Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 16 12:51:13 2004 UTC (7 years, 9 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Building POSE under gcc 3.3.3 with optimisation as default (g++ -O2) leads to a malfunction where POSE will go into an apparent infinite loop after the first pen operation. This patch codes around the problem.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 20 20:21:22 2004 UTC (8 years, 2 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.2: +4 -1
lines
Diff to previous 1.2 (colored)
Make this compile when using gcc 3.3 by correcting constructs of the form
int foo = {0};
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 5 03:31:25 2003 UTC (9 years, 4 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.1: +7 -4
lines
Diff to previous 1.1 (colored)
palmosemulator-3.5nb1. Pull in some changes suggested by Thomas Runge in PR#19006: use the pkgsrc libjpeg instead of a local copy, and patch a bug in the serial device file descriptor handling. Also up the emulated "CPU idle" delay from 10ms to 100ms. For some reason the former saturates the CPU (on a Celeron 700 system), but with the latter the program idles at near 0%. This patch is probably not required for native threads. Mileage may vary...
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Dec 31 06:59:54 2002 UTC (9 years, 4 months ago) by dsainty
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Palm OS Emulator, version 3.5
Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 31 06:59:54 2002 UTC (9 years, 4 months ago) by dsainty
Branch: MAIN
Initial revision