Age | Commit message (Collapse) | Author | Files | Lines |
|
the version from the php-4.1.1 distribution.
|
|
the version from the php-4.1.1 distribution.
|
|
the version from the php-4.1.1 distribution.
|
|
the version from the php-4.1.1 distribution.
|
|
the version from the php-4.1.1 distribution.
|
|
the version from the php-4.1.1 distribution.
|
|
the version from the php-4.1.1 distribution.
|
|
under Solaris.
|
|
|
|
Fixes problems when neither PKG_JVM nor JAVA_HOME is set in environment (which
should be perfectly acceptable -- pkgsrc defaults reasonably, but the ant pkg
was not picking up the defaults).
|
|
well as the normal shared objects. This means that the new toolchain, that
links in libgcc_pic.a, will build proper shared objects again.
Bump to nb5 and make this the required version.
Fixes pkg/15120 from Matthias Scheler <tron@colwyn.zhadum.de>
|
|
|
|
|
|
Sun Dec 23 12:05:26 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/testsuite.rb: add extend_test instead of decorate_test_element.
* runit/testcase.rb: ditto.
* runit/ext/testdecorator.rb ditto.
Sat Dec 22 15:16:23 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/assert.rb(assert_exception): handles any kinds of
exceptions.
* tests/testassert.rb: ditto.
* runit/testcase.rb: add TestCase#count_test_cases.
* runit/testsuite.rb(Testsuite#add): accepts any kinds of argument.
* tests/testtestsuite.rb: ditto.
* runit/testsuite.rb: moved definition of decorated to
runit/ext/testdecorator.rb.
* runit/testcase.rb: ditto.
* runit/ext/testdecorator.rb: ditto.
Mon Dec 17 09:59:58 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/testfailure.rb: remove stacktrace at rubyunit.rb.
* doc_en/testcase.rd: update document matching the latest version.
* doc_en/testsuite.rd: ditto.
* doc_ja/testcase.rd: ditto.
* doc_ja/testsuite.rd: ditto.
* rubyunit.rb: TestSuite is subclass of Array.
* runit/testcase.rb: ditto.
* runit/testsuite.rb: ditto.
* tests/test_all_suite.rb: ditto.
* tests/testtestsuite.rb: ditto.
* runit/testfailure.rb: remove stacktrace at rubyunit.rb.
* sample/simpletest.rb: using rubyunit.rb.
* runit/version.rb: version 0.5.0.
Sun Dec 16 16:54:49 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* bin/c2t.rb: using rubyunit.rb.
* sample/sample01.rb: ditto.
* testrd2html.rb: ditto.
* tests/test_all_suite.rb: ditto.
* tests/testc2t.rb: ditto.
* tests/testassert.rb: add test of assert_exception
* doc_en/testcase.rd: add TestCase.test_cases TestCase.test_classes.
* doc_ja/testcase.rd: ditto.
* runit/testcase.rb: ditto.
* runit/testsuite.rb: refactoring
* install.rb: add rubyunit.rb
* add rubyunit.rb (Thanks to Dave Thomas)
Thu Nov 29 21:02:37 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/assert.rb: to_str => to_string
* test.rb unshift () => unshift()
* version 0.4.8
Sat Nov 24 19:39:45 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/testresult.rb(TestResult#start_test): correct the condition
when initializing @test_start_time.
* version 0.4.7
Fri Nov 23 14:47:49 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* doc_en: remove method index files.
* doc_ja: ditto.
* makehtml.rb: ditto.
* testrd2html.rb: ditto.
Sun Nov 18 17:59:22 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/testfailure.rb(TestFailure): add TestClass name in stack trace.
* runit/testresult.rb(TestResult): ditto.
* runit/assert.rb(Assert) : delegate TestFailure removing
runit/*.rb from stack trace.
Sat Nov 17 10:49:31 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/assert.rb (Assert#assert_match): return Regexp.last_match
if assert_match succeeded.
* runit/assert.rb (Assert#assert_not_match): The error message
specifies matching string when assert_not_match failed
* runit/version.rb 0.4.6
Sun Nov 11 14:51:50 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/assert.rb (Assert): refactoring
* runit/assert.rb (Assert#assert): 1st argument type should be TrueClass or FalseClass.
* runit/version.rb: 0.4.5
Sat Nov 3 20:32:26 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/assert.rb (Assert): refactoring
* runit/version.rb: 0.4.4
Sat Oct 27 16:11:29 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/testresult.rb (TestResult): remove TestResult#run
* runit/testcase.rb (TestCase#run): not call TestResult#run
* runit/error.rb: stop to define ScriptError
* runit/version.rb: 0.4.3
Sat Oct 27 15:43:13 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* sample/sample01.rb: TestSuite#add instead of TestSuite#add_test.
* sample/testall.rb: ditto.
* tests/testtestsuite.rb: ditto.
* tests/testtestresultitem.rb: ditto.
* tests/testtestresult.rb: ditto.
* tests/testtestdecorator.rb: ditto.
* tests/testtest_runnable.rb: ditto.
* tests/testteardownable.rb: ditto.
* tests/testskipassert.rb: ditto.
* tests/testsetuppable.rb: ditto.
* tests/testc2t.rb: ditto.
* tests/testall.rb: ditto.
* tests/test_all_suite.rb: ditto.
Wed Oct 24 23:11:41 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/testsuite.rb (TestSuite): @test_s --> @tests
* tests/testtestsuite.rb (TestSuite): ditto.
* runit/testsuite.rb (TestSuite#add): added. add_test is alias of add.
* runit/testcase.rb (TestCase.all_suite): use TestSuite#add instead of TestSuite#add_test.
* bin/c2t.rb (TestFrame#testrunner): ditto.
* runit/cui/testrunner.rb (TestRunner): remove create_result.
* runit/cui/testrunner.rb (TestRunner): QUIET_MODE[0] --> @@quiet_mode.
* runit/assert.rb (Assert): FAILURE_SKIP[0] --> @@skip_failure.
Sun Oct 21 16:12:25 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/testresult.rb: refactoring
* test.rb: run test_all_suite.rb using installed ruby
Fri Oct 10 21:04:34 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* doc_en/assert.rd: assert_match, 1st argument and 2nd argument are opposition.
* doc_en/assert.rd: assert_not_match, ditto.
* doc_en/assert.rd: assert_match, ditto.
* doc_ja/assert.rd: assert_not_match, ditto.
Sun Oct 7 15:09:28 2001 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* re-formatting ChangeLog file. :-)
version 0.4.2
* assert.rb: deal with warning with msg.concat
* assert.rb: Should be AssertionFailedError when Assert.skip_failure is true.
version 0.4.1
* attach_setup, attach_teardown should be private method.
version 0.4.0
* RUNIT::TestCase.all_suite
* setupable --> setuppable, mapable --> mappable
|
|
in e.g. the "avifile-devel" package.
|
|
Changes from 1.1 are bellow.
2001-10-19 Satoru Takabayashi <satoru@namazu.org>
* Ruby/Bsearch: Version 1.4 released.
* tests/test.rb (lookup): Add assertions.
* bsearch.rb (Array::bsearch_lower_boundary): Use .to_i for
working with mathn.rb (Rational).
Thanks to Nenad Ocelic <nocelic@medri.hr> for reporting it.
(Array::bsearch_upper_boundary): Likewise.
2001-09-12 Satoru Takabayashi <satoru@namazu.org>
* Ruby/Bsearch: Version 1.3 released.
* bsearch.en.rd: Update documentation .
* bsearch.ja.rd: Likewise.
2001-08-16 Satoru Takabayashi <satoru@namazu.org>
* bsearch.rb (bsearch_lower_bound): New method.
* bsearch.rb (bsearch_upper_bound): New method.
* bsearch.rb (bsearch_range): Return the range consisting of
bsearch_lower_bound and bsearch_upper_bound.
2001-07-03 Satoru Takabayashi <satoru@namazu.org>
* Ruby/Bsearch: Version 1.2 released.
* Rewrite documents with rdtools.
|
|
|
|
Collection.
Autoconf is an extensible package of m4 macros that produce shell
scripts to automatically configure software source code packages.
These scripts can adapt the packages to many kinds of UNIX-like
systems without manual user intervention. Autoconf creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of m4
macro calls.
Version 2.52 of autoconf is not entirely backwards compatible with
earlier versions, but is still needed to build some of the newer
packages. Import this package for just now as autoconf-devel.
|
|
Update MAKE_FLAGS so we can affect imake using packages
|
|
|
|
|
|
Contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15115
|
|
-mcpu=cypress for my little ELC
|
|
Closes PR pkg/15104 by Lloyd Parkes.
|
|
simply update to version from php-4.1.0 distribution.
|
|
simply update to version from php-4.1.0 distribution.
|
|
- Fixed and improved shared-memory session storage module (Sascha)
- Fixed references in sessions. This doesn't work when using the WDDX
session-serializer. Also improved speed of sessions. (Thies)
|
|
simply update to version from php-4.1.0 distribution.
|
|
- Fixed a bug in preg_match_all() that would return results under improper
indices in certain cases. (Andrei)
|
|
- Added optional extra argument to gmp_init(). The extra argument
indicates which number base gmp should use when converting a
string to the gmp-number. (Troels)
|
|
simply update to version from php-4.1.0 distribution.
|
|
|
|
Instead of including ruby-racc's Makefile, newer common definition from
ruby-racc's Makefile.common.
It seems that official changes aren't available.
|
|
Move common definition to Makefile.common and include it.
It seems that official changes aren't available.
|
|
Wed Dec 12 00:14:12 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* optparse.rb (OptionParser::switch): fix for String#select.
Thu Aug 23 20:11:52 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* optparse.rb (Revision): changed versioning method.
Thu Aug 23 19:46:27 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* optparse.rb (OptionParser::Switch::summarize): returns self.
* optparse.rb (OptionParser::order): now (({while})) returns
value.
|
|
- Simpler document file arrange.
- Required ruby is 1.6 and later.
|
|
It seems that official changes aren't available.
|
|
It seems that official changes aren't available.
|
|
Changes are some bug fix and previous patch was incorporated.
|
|
distribution.)
|
|
|
|
since it needs to be there all of the time.
|
|
USE_BUILDLINK_ONLY case. A "standard" ncurses distribution has this file.
|
|
by Thomas Klausner, fixes a problem introduced by me when removing the
scripts directories.
|
|
documentation files is unnecessary.
|
|
changes.
|
|
|
|
|
|
|
|
versions that were missing some specific curses functions, like
INCOMPAT_CURSES= 1.5 1.5.* 1.5[A-U]
for wgetnstr.
|