notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
non port: lang/sbcl/Makefile

Number of commits found: 234 (showing only 100 on this page)

«  1 | 2 | 3  »  

Monday, 11 Dec 2017
14:23 krion search for other commits by this committer
Update to 1.4.2

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D13429
Original commitRevision:456034 
Wednesday, 15 Nov 2017
04:12 jrm search for other commits by this committer
Chase upgrade of lang/sbcl

All ports with SBCL fasl files must be rebuilt when the lang/sbcl package
changes.  Also, add a note to lang/sbcl/Makefile as a reminder of the
required PORTREVISION bumps to prevent future breakage.

Approved by:	krion, olgeni
Differential Revision:	https://reviews.freebsd.org/D13087
Original commitRevision:454222 
Tuesday, 14 Nov 2017
12:40 krion search for other commits by this committer
Update to version 1.4.1

PR:		223336
Submitted by:	satosi.kimura@nifty.ne.jp
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D12874
Original commitRevision:454172 
Thursday, 7 Sep 2017
12:10 krion search for other commits by this committer
Update to version 1.3.21

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D12216
Original commitRevision:449394 
Thursday, 17 Aug 2017
19:02 jrm search for other commits by this committer
lang/sbcl: Hook into the FreeBSD ports asdf framework by depending on
devel/cl-asdf and loading etc/asdf-init.lisp in sbclrc

Also:
- Download SBCL bootstrap binaries from official upstream source instead of
  the FreeBSD cluster
- Use DISTVERION instead of PORTVERSION
- Fix portlint warnings about ordering
- Use variables; e.g., ${PORTVERSION} instead of repeating sbcl
- Bbump PORTREVISION

Approved by:	krion (maintainer)
Differential Revision:	https://reviews.freebsd.org/D12055
Original commitRevision:448176 
Monday, 14 Aug 2017
17:06 jrm search for other commits by this committer
lang/sbcl: Install default system-wide startup script

- patch to search for the system-wide startup script under ${PREFIX}/etc/
- patch documentation, so it refers to ${PREFIX}/etc/ instead of /etc
- startup script loads asdf and sets asdf:*central-registry* to the
  location where the cl-* ports install asd files

Approved by:	krion (maintainer)
Differential Revision:	https://reviews.freebsd.org/D12018
Original commitRevision:447953 
Friday, 4 Aug 2017
14:56 krion search for other commits by this committer
Update to 1.3.20

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11860
Original commitRevision:447343 
Saturday, 4 Feb 2017
18:12 krion search for other commits by this committer
Takeover maintainership

Approved by:	mat (implicit)
Original commitRevision:433334 
14:57 marino search for other commits by this committer
lang/sbcl: reset maintainer upon request

PR:	216780
Original commitRevision:433314 
Friday, 27 Jan 2017
17:42 marino search for other commits by this committer
lang/sbcl: Restore SBCL bootstrap and missing modules

There were several issues with the revamp of sbcl.

1) The removal of the lisp contrib modules broke several ports dependent
   on them.
2) The removal of a proper SBCL bootstrap (SBCL built by SBCL) broke
   DragonFly.  Generally it is recommended that compilers build themselves,
   although it's unclear if SBCL has such a recommendation.
3) Handling of .core suffix changed by default

This revamp was itself revamped signficantly:

A) Change SBCL option from building from locally installed SBCL to building
   from a downloaded bootstrap SBCL compiler (supports FreeBSD i386 & amd64
   and DragonFly x86_64)
B) Set this as the default option and move the formerly default CCL to a
   non-default option
C) Cosmetic: comment typo fixes, options realigned
D) contributed lisp modules readded to the makefile and pkg-plist
E) PLUS_BOOTSTRAPS switch to regenerate distinfo with all bootstrap files
F) Change "RENAME_DLM" PLIST_SUB to "CORE_SUFFIX" to unbreak makeplist
G) Regenerated pkg-plist (which wasn't previously ordered)
H) Set renaming of .core files to _core by default as it has been
   previously done for years.

Approved by:	DF Support / just-fix-it [1]

[1] No immediate response from ler@, adamw@, or maintainer after
notification of issues caused by changes of major update.  Justified by
need to restore platform builds and dependent port builds.
Original commitRevision:432557 
Sunday, 15 Jan 2017
01:34 ler search for other commits by this committer
Update lang/sbcl to 1.3.13
Give MAINTAINERship to submitter, modernize port.

PR:	215866
Submitted 	by:Pavel Volkov (pavelivolkov gmail com)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D9186
Original commitRevision:431505 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Wednesday, 2 Dec 2015
19:16 marino search for other commits by this committer
lang/sbcl: Upgrade version 1.2.9 => 1.3.1

PR:		204942
Submitted by:	Michael Danilov
Original commitRevision:402845 
Sunday, 22 Mar 2015
14:42 marino search for other commits by this committer
lang/sbcl: Install contrib modules (again)

The module support should not have been removed.  It caused ports
dependent on sbcl to break during building.  Fix partially taken
from PR below:

PR:	198688
Original commitRevision:381916 
12:59 marino search for other commits by this committer
lang/sbcl: Fix MASTER_SITES, support DragonFly and more

Now that SBCL is current, there was some cleanup needed.  This included:
  - MASTER_SITES for bootstrap compilers did not resolve
    - Replaced with LOCAL/marino
  - FreeBSD 7 not supported anymore
    - removed references from distinfo and bootstrap list
  - contrib modules not supported anymore, removed references
  - removed -pthread change
  - Added support for x86-64-dragonfly
  - simplified docs handling (remove condition DISTFILE for docs)
  - unmasked build target commands
  - moved cleanup of patching to post-patch target
  - general aesthetic cleanup

No revbump needed.
Original commitRevision:381909 
08:16 marino search for other commits by this committer
lang/sbcl: remove experimental THREADS option; it doesn't build

PR:	184425, 198590
Original commitRevision:381890 
Saturday, 21 Mar 2015
01:55 marino search for other commits by this committer
lang/sbcl: Upgrade version 1.1.12 => 1.2.9

PR:		198590
Submitted by:	Satosi Kimura (nifty.ne.jp)
Original commitRevision:381785 
Tuesday, 12 Aug 2014
20:19 olgeni search for other commits by this committer
Add staging support.

PR:		190708
Submitted by:	olgeni
Approved by:	maintainer timeout
Original commitRevision:364741 
Monday, 11 Aug 2014
13:46 marino search for other commits by this committer
Reset maintainer on lang/sbcl

There's been a staging PR in place since June that prevent a maintainer
reset back in June.

Approved by:	portmgr (implicit, NOT_STAGED)
Original commitRevision:364609 
Tuesday, 29 Jul 2014
20:55 adamw search for other commits by this committer
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363390 
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Saturday, 5 Jul 2014
19:27 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
Original commitRevision:360810 
Thursday, 3 Oct 2013
13:47 bf search for other commits by this committer
Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjust
dependent ports

PR:		181545 [1]
Original commitRevision:329191 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Thursday, 6 Jun 2013
13:13 bf search for other commits by this committer
update lang/sbcl to 1.1.8, and adjust dependent ports
Original commitRevision:320089 
Monday, 6 May 2013
15:33 bf search for other commits by this committer
update lang/sbcl to 1.1.7, and adjust dependent ports
Original commitRevision:317524 
Sunday, 3 Mar 2013
15:55 bf search for other commits by this committer
update lang/sbcl to 1.1.5+bugfixes, and adjust dependent ports
Original commitRevision:313363 
Saturday, 2 Feb 2013
21:57 bf search for other commits by this committer
update lang/sbcl to 1.1.4 and adjust dependent ports
Original commitRevision:311445 
Saturday, 5 Jan 2013
14:13 bf search for other commits by this committer
update lang/sbcl to 1.1.3 and adjust dependent ports
Original commitRevision:309961 
Sunday, 16 Dec 2012
05:34 bf search for other commits by this committer
update sbcl to 1.1.2 and maxima to 5.29.1; adjust dependent ports
Original commitRevision:308981 
Thursday, 13 Sep 2012
02:03 bf search for other commits by this committer
update lang/sbcl to 1.0.58 and switch to the new options format;
adjust dependent ports
Original commitRevision:304169 
Wednesday, 5 Sep 2012
15:43 des search for other commits by this committer
Remove useless metadata from ports I created.
Original commitRevision:303710 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 22 May 2012
19:16 bf search for other commits by this committer
update lang/sbcl to 1.0.57, and adjust dependent ports
Original commit
Monday, 23 Apr 2012
09:27 bf search for other commits by this committer
update to 1.0.56 and adjust dependent ports; switch to the packaged
html documents, to avoid problems with our texinfo tools; pass prefix,
dynamic space size, and lisp bootstrap via make.sh options; update
flags and use them in tests; remove unused patches; simplify and sort
some variables and options-handling; shorten some long lines
Original commit
Wednesday, 18 Apr 2012
21:23 pav search for other commits by this committer
- Mark BROKEN: does not build (broken by recent texinfo update)

Reported by:    pointyhat
Original commit
Tuesday, 24 Jan 2012
14:10 bf search for other commits by this committer
update lang/sbcl to 1.0.55, and adjust dependent ports
Original commit
Friday, 9 Dec 2011
12:54 bf search for other commits by this committer
update lang/sbcl to 1.0.54, and adjust dependent ports (this allows sbcl to
be build WITH_THREADS on recent versions of FreeBSD once again) [1]; rename
*.core files in sbcl and math/maxima so that they are not removed by
disk-cleaning scripts [2]; make it possible to use the makesum target in sbcl
WITH_SBCL; fix maxima build WITH_CMUCL, and place a default memory cap of
1GiB on amd64; reduce default output from a few targets in maxima, and defer
patch cleaning to the pre-build target to make debugging easier

PR:             162017 [1], 162680 [2]
Approved by:    pav (portmgr)
Feature safe:   yes
Original commit
Wednesday, 23 Nov 2011
02:43 bf search for other commits by this committer
update lang/sbcl to 1.0.53, and adjust dependent ports

PR:             161444
Submitted by:   olgeni (earlier version)
Approved by:    miwi (portmgr)
Feature safe:   yes
Original commit
Tuesday, 22 Nov 2011
00:42 bf search for other commits by this committer
really fix NOPORTDOCS

Feature safe:   yes
Original commit
Monday, 21 Nov 2011
00:39 bf search for other commits by this committer
-fix builds on FreeBSD 9,10 [1]
-temporarily mark WITH_THREADS as BROKEN on 9,10 [2]
-fix NOPORTDOCS; add a regression-test alias for the test
 target; delay the patch clean-up to ease debugging; remove
 some lines dealing with unsupported versions of FreeBSD

PR:             161502 [1], 162017 [2]
Submitted by:   N. Toja [1,2]
Feature safe:   yes
Original commit
Wednesday, 26 Oct 2011
05:54 bf search for other commits by this committer
Adopt during Stas's hiatus

Approved by:    stas
Original commit
Monday, 24 Oct 2011
03:33 stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
Original commit
Thursday, 14 Jul 2011
21:35 stas search for other commits by this committer
- Forced commit to note that the previous one is based on the ports/154050.

PR:             ports/154050
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
21:34 stas search for other commits by this committer
- Disable some failing threading tests so the threaded build succeeds.
Original commit
Wednesday, 13 Jul 2011
19:13 stas search for other commits by this committer
- Graphviz is not required for the build if all the documentation is disabled.

PR:             ports/158723
Submitted by:   Quentin Stievenart <acieroid@awesom.eu>
Original commit
Tuesday, 12 Jul 2011
00:09 stas search for other commits by this committer
- Mark broken if threads are enabled until the problem is fixed instead of
  silently building without threads.

Suggested by:   Pan Tsu <inyaoo@gmail.com>
Original commit
Monday, 11 Jul 2011
21:25 stas search for other commits by this committer
- Comment out THREADS option for now, sbcl fails to pass tests with threads
  on.
Original commit
Friday, 8 Jul 2011
19:45 stas search for other commits by this committer
- Update to 1.0.49.

PR:             ports/157088 (based on)
Submitted by:   Jimmy Olgeni <olgeni@freebsd.org>
Original commit
Saturday, 18 Jun 2011
16:13 hrs search for other commits by this committer
- Use print/texinfo for texi2{dvi,pdf} instead of print/teTeX-base.
- Use print/teTeX-base for latex instead of print/teTeX.
- Use share/texmf for TeX-related files instead of share/texmf-local.
Original commit
Thursday, 31 Mar 2011
07:41 stas search for other commits by this committer
- Unbreak "test" make target.

PR:             ports/156049
Submitted by:   Jimmy Olgeni <olgeni@freebsd.org>
Original commit
Friday, 12 Nov 2010
14:03 stas search for other commits by this committer
- Install .lisp files before .fasl.  Otherwise sbcl ends up
  thinking that FASL files are outdated.
- Bump portrevision.

Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Sunday, 7 Nov 2010
07:56 stas search for other commits by this committer
- Fix texinfo reference in internals documentation.
- Bump portrevision.

PR:             ports/151651
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Sunday, 31 Oct 2010
19:07 pav search for other commits by this committer
- Mark BROKEN on 6.X: does not build

Reported by:    pointyhat
Original commit
Monday, 18 Oct 2010
19:07 stas search for other commits by this committer
- Graphviz is required even for non-PDF documents.

PR:             ports/151540
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Friday, 15 Oct 2010
23:04 stas search for other commits by this committer
- Update to 1.0.43. [1]
- Allow memory upper bound on amd64, too. [1]
- Respect CC, *FLAGS, and toolchain-related variables. [1]
- Disable failing tests on threaded build: mailbox.interrupts-safety.1
    and get-protocol-by-name/error. [2]
- Prevent local SBCL_HOME from interfering with installation. [2]
- Delete both .bak *and* .orig files in WRKSRC. [2]
- Install supplied documentation, both for the SBCL itself and the modules.
- Provide a way to install HTML, PDF and PS versions of manuals.  Install
  PDF and HTML by defaul.
- Substitue the correct build date in sbcl.1 manual page before installing.
- Don't install empty dirs and other temporary files.
- Respect NOPORTDOCS.

PR:             ports/146623
Submitted by:   bf <bf1783@gmail.com> [1], Anonymous <swell.k@gmail.com> [2]
Original commit
Thursday, 23 Sep 2010
16:31 olgeni search for other commits by this committer
Revert to 1.0.34 (keeping the --dynamic-space-size build fixes) due
to explanations found in ports/146623.

Noticed by:     b. f.
Pointy hat to:  olgeni
Original commit
14:15 olgeni search for other commits by this committer
- Update to 1.0.40.0

- Patch a few files to use the exported LISP_EXTRA_ARG variable,
thus respecting --dynamic-space-size on every sbcl invocation.
Without this, the port fails to build even if DYNAMIC_SPACE_SIZE
is set to a proper value.

PR:             ports/149281
Submitted by:   olgeni
Approved by:    maintainer timeout (50 days)
Original commit
Tuesday, 5 Jan 2010
01:29 stas search for other commits by this committer
- Update to 1.0.34.
Original commit
Friday, 16 Oct 2009
15:01 stas search for other commits by this committer
- Update bootstrap binaries to the latest version.
Original commit
Wednesday, 14 Oct 2009
22:02 stas search for other commits by this committer
- Update to 1.0.31.
- Use FreeBSD8 binaries for 9.0 bootstrap
- Add "bootstrap" target to simplify binary distribution builds
Original commit
Thursday, 27 Aug 2009
18:31 amdmi3 search for other commits by this committer
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for
consistency)

Approved by:    portmgr (pav)
Original commit
Sunday, 9 Aug 2009
11:28 stas search for other commits by this committer
- Update to 1.0.30.
- Fix threading support (thanks to Hiroyuki Komatsu <kom@narihara-lab.jp>).
- Temporary use my mirror for distfiles until issues with sourceforge are
  resolved.
Original commit
Friday, 5 Jun 2009
10:46 stas search for other commits by this committer
- The distfile has been rerolled with the missing SUPPORT file included.
- Fix FILL bug on amd64 platforms.
Original commit
Thursday, 4 Jun 2009
15:40 stas search for other commits by this committer
- Update to 1.0.29.
Original commit
Tuesday, 7 Apr 2009
11:00 stas search for other commits by this committer
- Update to 1.0.27.
Original commit
Monday, 9 Feb 2009
15:24 stas search for other commits by this committer
- Update to 1.0.25.

PR:             ports/131103 (based on)
Submitted by:   bf <bf2006a@yahoo.com>
Original commit
Monday, 1 Dec 2008
19:28 stas search for other commits by this committer
- Update to 1.0.23.
Original commit
Saturday, 8 Nov 2008
19:36 stas search for other commits by this committer
- Update to 1.0.22.

PR:             ports/128695
Submitted by:   bf <bf2006a@yahoo.com>
Original commit
Friday, 3 Oct 2008
09:52 stas search for other commits by this committer
- Update to 1.0.21.
Original commit
Friday, 5 Sep 2008
23:44 stas search for other commits by this committer
- Update to 1.0.20.

PR:             ports/127062
Submitted by:   bf <bf2006a@yahoo.com>
Original commit
Saturday, 2 Aug 2008
20:34 stas search for other commits by this committer
- Update to 1.0.19.
Original commit
Wednesday, 23 Jul 2008
07:23 stas search for other commits by this committer
- Update to 1.0.18.

PR:             ports/125620
Submitted by:   bf <bf2006a@yahoo.com>
Original commit
Thursday, 5 Jun 2008
08:39 stas search for other commits by this committer
- Update to 1.0.17.
- Update bootstrap binaries to the latest version. Also, add bootstrap
  for each supported FreeBSD version to eliminate compat-XXX dependency.
- Add a knob to specify SBCL dynamic space size (useful for low-memory
  systems). [1]
- Enable sb-luted for threaded SBCL. [1]
- FreeBSD 5.x cleanup.

PR:             ports/123250 (based on) [1]
Submitted by:   bf <bf2006a@yahoo.com>
Original commit
Wednesday, 14 May 2008
14:39 stas search for other commits by this committer
- Take maintainership.
Original commit
Sunday, 4 May 2008
04:47 edwin search for other commits by this committer
Fix build of sbcl on non-i386 due to distfiles issues
Original commit
Wednesday, 30 Apr 2008
01:55 edwin search for other commits by this committer
Update to 1.0.16
Original commit
Wednesday, 23 Apr 2008
20:37 pav search for other commits by this committer
- Update to 1.0.14

PR:             ports/120530
Submitted by:   Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Approved by:    maintainer timeout (2 months)
Original commit
Wednesday, 19 Mar 2008
12:47 lippe search for other commits by this committer
- Drop maintainership of this maintainer.

PR:             ports/121790
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Approved by:    gabor (mentor)
Original commit
Tuesday, 18 Dec 2007
16:21 pav search for other commits by this committer
- Update to 1.0.11

PR:             ports/117519
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
Original commit
Thursday, 27 Sep 2007
22:27 miwi search for other commits by this committer
- Update to 1.0.10

PR:             116654
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
Original commit
Wednesday, 29 Aug 2007
00:13 okazaki search for other commits by this committer
Update to 1.0.9.

PR:             115857
Submitted by:   maintainer
Original commit
Thursday, 26 Jul 2007
11:53 miwi search for other commits by this committer
- Update to 1.0.8

PR:             114909
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
Original commit
Thursday, 28 Jun 2007
14:02 arved search for other commits by this committer
Update to 1.0.7

PR:             114094
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Original commit
Monday, 4 Jun 2007
07:45 keramida search for other commits by this committer
Fix minor typo in the description of the THREADS option.
Original commit
Friday, 1 Jun 2007
11:20 miwi search for other commits by this committer
- Fix build

Submitted by:   pointyhat via kris
                : NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
Original commit
Sunday, 27 May 2007
17:39 miwi search for other commits by this committer
- Update to 1.0.6

PR:             113051
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
Original commit
Sunday, 29 Apr 2007
21:07 miwi search for other commits by this committer
- Update to 1.0.5
- Drop support for FreeBSD 4

PR:             112220
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
Original commit
Monday, 26 Mar 2007
05:21 clsung search for other commits by this committer
- Update lang/sbcl to 1.0.4.

PR:             ports/110829
Submitted by:   maintainer (NIIMI Satoshi)
Original commit
Thursday, 1 Mar 2007
10:01 miwi search for other commits by this committer
- Update to 1.0.3

PR:             109652
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
Original commit
Friday, 26 Jan 2007
13:19 vanilla search for other commits by this committer
Upgrade to 1.0.2

PR:             ports/108363
Submitted by:   maintainer
Original commit
Thursday, 11 Jan 2007
07:41 miwi search for other commits by this committer
-Use native binaries to bootstrap on amd64 not to require i386 binary
 compatibility.
- This would fix build failure on pointyhat.

PR:             ports/107804
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
Original commit
Wednesday, 27 Dec 2006
15:17 miwi search for other commits by this committer
- Update to 1.0.1

PR:             ports/107223
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
Original commit
Saturday, 9 Dec 2006
09:31 miwi search for other commits by this committer
- Fix handling of floating point exception on AMD64.
- Support build on AMD64 with threading.

PR:             ports/106506
Submitted  by:  NIIMI Satoshi <sa2c@sa2c.net>
Original commit
Saturday, 2 Dec 2006
00:20 miwi search for other commits by this committer
- Update to 1.0

Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
Original commit
Wednesday, 1 Nov 2006
08:06 miwi search for other commits by this committer
- Update to 0.9.18

PR:             ports/104846
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
Original commit
Wednesday, 27 Sep 2006
18:49 rafan search for other commits by this committer
- Update to 0.9.17

PR:             ports/103698
Submitted by:   NIIMI Satoshi <sa2c at sa2c.net> (maintainer)
Original commit
Saturday, 26 Aug 2006
15:56 clsung search for other commits by this committer
- Update to 0.9.16

PR:             ports/102539
Submitted by:   maintainer (NIIMI Satoshi)
Original commit
Thursday, 27 Jul 2006
11:17 itetcu search for other commits by this committer
Update to 0.9.15

PR:     ports/100907
Submitted by:   NIIMI Satoshi (maintainer)
Original commit

Number of commits found: 234 (showing only 100 on this page)

«  1 | 2 | 3  »