summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2002-02-12Update jikes to 1.15mjl5-26/+12
The primary objective of this release was bug fixes, not new features. Highlights of the release follow, see the ChangeLog for more detail and the code for even finer detail. Build - --enable-debug now works and provides correct CXXFLAGS - firend class issues brought into compliance with lang spec - VC++ enablement of __int64 for long long - tolerate non-ISO conformant encoding names when searching - correct namespace generation in java.g (so the parser won't regress every time we update the grammer again) - include jikesapi.h in the distribution (Note that this is at best a very early alpha preview) - prevent bad code generation by VC++ in IEEEfloat - finished removal of dead EBCDIC code - to be replaced by use of JikesAPI class latter Parser - remove some parenthesized expressions not allowed by JLS - synchronized(null){} isn't valid, don't allow it - prevent core dump when local class method omits return type - inner classes and static members error handling cleanup - fix assertion `this_type -> HeaderProcessed()' failures - don't allow invalid combinations of abstract, native and strictfp - don't allow qualified explicit this constructor - make sure string constants are compiled inline - fix assertion from NULL in SemanticError::Report - be more compliant with JLS 14.4.2 and scope of duplication of token - fix regression in 1.14 when ?: mixed primitive and reference types Emitter - reverse the logic of large branches to use goto_w and jsr_w for branch offsets requiring more than two bytes - never set ACC_STATIC bit on local classes - make sure private methods and anonymous classes are always final, and anonymous classes are never static. - second round of JPDA pampering; believed to make it happy now - prevent LocalVariableTable_attribute::AddLocalVariable assertion - fix VerifyErrors caused by reuse of local vars in try/catch and synchronized blocks User Interface - correct classpath handling issues on cygwin - treat @files as one argument per line, regardless of whitespace
2002-02-08Remove patch-ai sha1, since the file doesn't exist.wiz1-2/+1
2002-02-05/bin/mkdir -> ${MKDIR}.skrll6-13/+13
Make the print-PLIST target output ${MKDIR} also.
2002-02-02force an error if no usable Python version is founddrochner1-1/+4
2002-02-01Don't replace first line only when processing "#!".taca1-3/+3
2002-02-01Upgrade Gauche pkgsrc to 0.5.minoura5-120/+167
A quick NetBSD/i386 support patch is added.
2002-01-31Add commented out entry for python, and add and enable python15. Sort.wiz1-2/+4
2002-01-31Add distinfo file, RCS Id for patch-aa, and clean up Makefile a bit forwiz3-2/+9
pkglint.
2002-01-31Update to 1.95.10. Changes are bug fixes in library classes:mjl3-13/+10
* kernel/Behavior.st: added a missing period * kernel/ExcHandling.st: added a missing period * kernel/RootNamespc.st: added a missing period
2002-01-30Fix long-standing bug where -R${PREFIX}/lib wasn't being recorded in thejlam2-6/+12
LDDLFLAGS because ${PREFIX} is not defined for the sub-scripts that are executed by the Configure script. This resulted in -R/lib.
2002-01-30Move post-patch target that modified files to pre-configure, so that thejlam1-2/+2
result of "make patch" can be used for "mkpatches".
2002-01-30Unlimit stacksize during build, per discussion on port-sparc.agc1-1/+2
2002-01-29don't error it distutils are not presentdrochner1-5/+5
2002-01-29tell it about Python-1.5drochner2-2/+23
2002-01-29add the old Python-1.5 again - some pkgs run better with itdrochner4-0/+1488
2002-01-29Use the same policy on removing RUBY_SITEARCHLIBDIR and RUBY_SITELIBDIR.taca1-4/+4
This might fix long standing bulk build problem though there is still a room for improvement.
2002-01-29there is nothing to do in the "python" subdir anymoredrochner1-2/+1
2002-01-29remove the old python-2.x pkg, this is superseded by the new frameworkdrochner7-572/+0
2002-01-29not needed anymoredrochner1-42/+0
2002-01-28-link the math, cmath and time modules against libm to make it moredrochner2-14/+10
embedding friendly, as suggested in PR pkg/14520 by Jarkko Torppa -having to touch Setup.in anyway, comment out the non-64-bit-clean modules regularily and remove the Makefile magic which led to the same effect
2002-01-28-don't build modules which don't work on 64-bit platformsdrochner3-9/+35
-don't even try to build the curses modules - its failure is detected during build but this causes a lot of noise
2002-01-28don't build curses module - it doesn't work with our cursesdrochner3-6/+16
2002-01-28-don't build modules which are known not to work on 64-bit boxesdrochner3-5/+28
on any platform (we can make a separate pkg for it later) -pull in a patch which used to be in devel/py-readline here because it is Python version specific -bump PKGREVISION
2002-01-28collect definition for stuff built from the Python source distributiondrochner1-0/+48
(ie Python itself and various modules which depend on additional libs - eg ncurses and gdbm) in one place
2002-01-28Update lang/perl5 to 5.6.1nb7. Changes from version 5.6.1nb6 includejlam3-3/+69
changing the default module/library search path to have site_perl come before the standard directories. In other words, the previous search path on an i386 was: /usr/pkg/lib/perl5/5.6.1/i386-netbsd /usr/pkg/lib/perl5/5.6.1 /usr/pkg/lib/perl5/site_perl/5.6.1/i386-netbsd /usr/pkg/lib/perl5/site_perl/5.6.1 /usr/pkg/lib/perl5/site_perl but it is now: /usr/pkg/lib/perl5/site_perl/5.6.1/i386-netbsd /usr/pkg/lib/perl5/site_perl/5.6.1 /usr/pkg/lib/perl5/site_perl /usr/pkg/lib/perl5/5.6.1/i386-netbsd /usr/pkg/lib/perl5/5.6.1 The rationale for this is that when we install a module that is newer than one in the standard library, the new module goes into the site_perl directory as it's an add-on module. However, we can't use the newer module without modifying either the scripts of the perl environment to find the newer module explicitly because of the order of the library search path: the site_perl directories come after the standard directories. The normal solution is to directly replace the module in the standard library with the newer module. However, this isn't really on option when installing via pkgsrc because the older module files are owned by the perl package. By placing the the site_perl directories before the standard directories, newer modules that we install via pkgsrc are simply found before the older ones in the standard library.
2002-01-27Restrict build to alpha,mips,sparc,i386 as that's all this has been ported to.jmc1-1/+4
2002-01-22for transition, move to lang/python20/Makefile.incdrochner1-2/+2
2002-01-22For transition, move lang/python/Makefile.inc here.drochner1-0/+42
It doesn't work with anything but Python-2.0 anyway, and will die soon.
2002-01-22nuke the USE_PYPKGPREFIX option - simply require that a pkg usingdrochner1-2/+2
extension.buildlink.mk also uses PYPKGPREFIX
2002-01-22Make ruby meta package 1.6 based only. Previously, it was shared withtaca1-1/+3
1.4 based ruby.
2002-01-22Add and enable ruby14.taca1-1/+2
2002-01-22Importing ruby14, meta package for ruby 1.4.6.taca4-0/+71
This is separated from ruby meta pacakge.
2002-01-22Remove dependency to autoconf.taca3-5/+140
2002-01-22- Remove dependency to autoconf.taca4-7/+17
- Propagate RUBY_VER with MAKEFLAGS.
2002-01-22fix the f2c-f77 handling of the '-m' flag. Needed in preparation fordmcmahill3-28/+27
adding -mieee to CFLAGS and FFLAGS for alpha. bump rev to f2c-20001205nb5
2002-01-22-update to 2.1.2 - except one method addition (socket.sendall()) this is adrochner5-12/+62
pure bugfix release -install the "pydoc" script as "pydoc2.1" and make sure the corresponding python version is used -disable the audioop, imageop and rgbimg extensions - these don't work on 64-bit platforms anyway, I haven't seen a place where they are used yet, and in case a need shows up, we better make an own extension pkg from it which is marked FOR_PLATFORM_ONLY
2002-01-21Add a build dependency on autoconf for the dylan packages - fixes aagc1-1/+2
problem noted in recent bulk build results, and pointed out by Thomas Klausner.
2002-01-20Update gnu smalltalk to 1.95.9mjl5-285/+265
o improve SortedCollection performance and ensures that the Directory class>>#image method returns the *current* rather than the default image path. o fix a few bugs that were apparent when trying to extend base classes. o bugfixes in the I/O subsystem, missed a few I/O available events if many happened in a row. o The #(a b) syntax for symbols inside Arrays has been obsoleted, since 2.0 will parse it according to the ANSI standard. o Calls to the virtual machine from plugins, and objects that are passed as OOPs in call-outs, put OOPs in the incubator rather than in the registry; call-outs are wrapped in incSavePointer/incRestorePointer. o Command line parsing uses getopt and thus behaves exactly like other programs (previously there were some discrepancies) o Errors are signaled if a file specified on the command line is not found. o Events can be passed to the Smalltalk image via an ObjectMemory class. o Fixed bug in evalExpr and typeNameToOOP (gave a parse error). o Removed the `make optimize' mess. o Supported two additional ways to pass objects from Smalltalk to C: #selfSmalltalk and #variadicSmalltalk, which are similar to respectively #self and #variadic but pass raw object pointers to the C function instead of attempting automatic conversions. o #bindWith:... methods now accept other objects than Strings as parameters. o Complete hierarchy of exceptions, with more meaningful error message and possibility of more fine-grained exception handling. o FileStream calls are not blocking and can preempt the current Process. o FileStream handling has been rewritten; the buffering is now done by Smalltalk code rather than implied in stdio. Unbuffered file descriptor access (which used to be provided by UnixStream, defined by the TCP package) is provided by FileStream's parent, FileDescriptor. o Many methods in SystemDictionary were moved to ObjectMemory (a new class); the old ones are now deprecated. o SortedCollection's #includes:, #indexOf:, and #occurrencesOf: can check for objects that could not be inserted in the collection (e.g. an Integer in a collection of Strings). Fixed bugs in the same methods related to sort blocks for which sort-block equality (a <= b and b <= a) does not imply equality. o Support for init blocks will be removed in a future version, as it was replaced by the much more powerful ObjectMemory class. o The SystemDictionary>>#enableGC: method does not exist any more, since it only caused harm (the correct way to obtain its effect is to use the incubator, since what we want is to unregister a batch of many objects at the same time). o The TCP library does not poll the socket for I/O, but relies on the system's preemptive I/O facilities. As a result, the polling period methods in Socket have disappeared. o Usual round of bug fixes New goodies: o MD5 checksums o Perl regular expressions o Support for localization, internationalization and multiple character sets
2002-01-19some changes for scripts which get run during build:drochner1-4/+7
-rearrange sed call so that an execute permission doesn't get lost -correct python path earlier (post-patch)
2002-01-19add an option to get a BUILD_DEPENDS onlydrochner1-4/+9
2002-01-18do the script patching pre-install rather than post-build,drochner1-2/+4
to make it work is NO_BUILD is set
2002-01-18use "-f" flag do "mv"drochner1-2/+2
2002-01-17add and enable python20 and python22wiz1-1/+3
2002-01-17add a conflict with python20-* for the time remainingdrochner1-1/+3
(when all dependant pkgs are verified to work with the new Python packages, this one will be removed)
2002-01-17add a rule to patch #!/the/right/path/to/python into the first linedrochner1-1/+13
of scripts
2002-01-17define a PYVERSSUFFIX (major.minor) and use it to define PYTHONBINdrochner1-5/+11
add some comments
2002-01-17Suppress echo of ${ECHO_MSG} statements by make(1).agc1-5/+5
2002-01-16fix the Makefile installed for extension packages to use the rightdrochner3-2/+17
python version, bump pkg revision
2002-01-16We use PKGREVISION instead of 'nb' now.wiz1-2/+3
2002-01-16allow to override the python minor versionsdrochner1-4/+8