This is v2.0 of a Basic Interpreter by Phil J. A. Cockcroft earlier versions used to be known as Rabbit Basic. According to an earlier lisencing document: === This code is being put in the Public Domain since I will soon loose network connectivity (I am leaving my job) and I don't particularly want to sell it. This system does not contain any proprietary software. All the algorithms are original or come from publicly available sources. There are no licensing restrictions on this code or documentation at all. I only ask that you give appropriate credit to the author. === So, there you have it. :) tps://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk15
Commit message (Expand)AuthorAgeFilesLines
* . Add $FreeBSD$.Greg Lewis2005-11-241-0/+1
* . Add SHA256.Greg Lewis2005-11-241-0/+3
* . Make pkg-install install a symbolic link for the browser plugin if aGreg Lewis2005-11-233-2/+72
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
* . Bump PORTREVISION for the last two fixes.Greg Lewis2005-10-131-0/+1
* . Switch to using XToolkit by default. According toGreg Lewis2005-10-132-0/+34
* . Fix javaws.Greg Lewis2005-10-133-0/+54
* . Include header files from the JDK that was just built, not from theGreg Lewis2005-09-271-0/+17
* . Update to patchset 2:Greg Lewis2005-09-2119-744/+91
* . Force the Client VM when dumping the shared archive since you can'tGreg Lewis2005-09-061-1/+1
* . Generate the class data shared archive during post-install to speedGreg Lewis2005-09-042-11/+18
* Add two more hunks to patch-koi8u. Should make the koi8-u fonts support betterMikhail Teterin2005-08-041-0/+17
* Add the two forgotten files neccessary for proper KOI8-U support... Uh-oh.Mikhail Teterin2005-08-022-0/+375
* Use code long floating around the Internet to add support for KOI8-UMikhail Teterin2005-07-282-3/+11
* . Avoid memory corruption on FreeBSD 4.x. This seems to have no affectGreg Lewis2005-06-221-0/+18
* . Ensure that when files are extracted that their fully resolved path liesGreg Lewis2005-05-123-1/+72
* . Fix various problems with time zone handling including:Greg Lewis2005-05-121-0/+100
* . Using dladdr(3) to determine the path to the current executable, andGreg Lewis2005-05-121-0/+62
* . When linprocfs is not mounted the Linux JDK will output a warning message,Greg Lewis2005-04-091-0/+17
* . Bump PORTREVISION, forgotten when doing the fixes prior to the portsGreg Lewis2005-04-081-3/+4
* . Fix the build on FreeBSD 4.x by using <inttypes.h> rather than <stdint.h>Greg Lewis2005-04-083-0/+46
* . Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS forGreg Lewis2005-03-311-0/+4
* . Fix a typo that results in an undefined reference (sizof -> sizeof).Greg Lewis2005-03-211-0/+13
* . Fix a performance issue by using the correct INTERRUPTIBLE_NORESTARTGreg Lewis2005-03-211-0/+9
* . Move the invocation of unregistervm to the top of the packing list.Greg Lewis2005-02-191-1/+1
* Unbreak plist generationAlexey Zelkin2005-01-291-8/+5
* Please welcome new participant of FreeBSD ports tree and Java portsAlexey Zelkin2005-01-2013-2025/+110
* . Avoid a problem where, without linprocfs mounted, the first line ofGreg Lewis2004-12-171-0/+11
* . Update to patchset 7.Greg Lewis2004-12-1725-2018/+8
* . Backport parts of the 1.5 plugin to address plugin vulnerabilities.Greg Lewis2004-12-049-3/+1420
* . Mark FORBIDDEN when building with the browser plugin due to theGreg Lewis2004-11-241-0/+2
* . Take into account that pthread_mutex_trylock() can return EDEADLK asGreg Lewis2004-11-022-0/+22
* The BSD patchset for the Sun JDK modeled its thread behavior mostly afterBrian Feldman2004-10-212-1/+14
* . Bump PORTREVISION for the recent fixes.Greg Lewis2004-10-171-1/+1
* . Fix the Server VM for gcc 3.4 part 2/2.Greg Lewis2004-10-171-0/+24
* . Fix the Server VM for gcc 3.4 part 1/2.Greg Lewis2004-10-171-0/+38
* . In the ReadChunk() function, change an assert() to be a "test for aGreg Lewis2004-10-171-0/+53
* . At least on FreeBSD, O_SYNC and O_DSYNC aren't both definedGreg Lewis2004-10-171-0/+21
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-021-2/+2
* . The changes to make in -CURRENT to use MAKEFLAGS make us unable toGreg Lewis2004-08-181-1/+2
* . Fix the build for gcc 3.4.Greg Lewis2004-08-133-0/+47
* SIZEfyAlexey Zelkin2004-03-201-0/+3
* . Set LATEST_LINK [1]Alexey Zelkin2004-03-053-1/+317
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
* 1. Switch 5.x version of jdk14 back to libc_r as default threading library.Alexey Zelkin2004-01-285-1099/+1220
* Update license to most recent SCSL license version.Alexey Zelkin2004-01-281-24/+14
* Use LS macro.Trevor Johnson2004-01-231-1/+1
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-2/+0
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-1/+0
* . Check the return value of stat(2) when trying to read the javawsGreg Lewis2004-01-172-0/+17