1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723
|
ruby (1.4.3-6) unstable; urgency=low
* Applied patch (ruby-dev: #8650, #8651, #8652, #8671, #8678, #8689,
#8783, #8821, #8822, #8858, #8886, #8905, #8912, #8917, ruby-list:
#20093, #20132, #20198)
-- akira yamada <akira@debian.org> Fri, 14 Jan 2000 09:49:29 +0900
ruby (1.4.3-5) unstable; urgency=low
* configure.in: make LIBRUBY_DLDFLAGS
'-Wl,-soname,lib$(RUBY_INSTALL_NAME).so.$(MAJOR).$(MINOR)' and
DLDFLAGS empty.
-- akira yamada <akira@debian.org> Tue, 28 Dec 1999 17:08:31 +0900
ruby (1.4.3-4) unstable; urgency=low
* Applied patch (ruby-dev: #8677)
-- akira yamada <akira@debian.org> Mon, 27 Dec 1999 18:51:22 +0900
ruby (1.4.3-3) unstable; urgency=low
* Applied patch (ruby-list: #19329, #19349, #19401)
-- akira yamada <akira@debian.org> Thu, 16 Dec 1999 11:33:38 +0900
ruby (1.4.3-2) unstable; urgency=low
* rebuild with libreadlineg2 2.1-15.
-- akira yamada <akira@debian.org> Fri, 10 Dec 1999 07:24:35 +0900
ruby (1.4.3-1) unstable; urgency=low
* Upgraded to new upstream version.
-- akira yamada <akira@debian.org> Wed, 8 Dec 1999 17:33:30 +0900
ruby (1.4.2-10) unstable; urgency=low
* Applied patch (ruby-dev: #8521, #8536, #8540,
ruby-list: #19138, #19169):
- eval.c (rb_f_require): should check require 'feature.o' too.
- regex.c (re_search): adjust startpos for multibyte match unless
the first pattern is forced byte match.
- numeric.c (fix_rshift): Fix -1 >> 32 returned 0. (-1 is true)
- numeric.c (fix_rshift): Fix 1 >> -1 returned 0. (2 is true)
- bignum.c (rb_big_rand): should not use rand/random where drand48
may be available. RANDOM_NUMBER should be provided from outside.
- eval.c (Init_Proc): simple typo.
- gc.c (add_heap): sizeof(RVALUE*), not sizeof(RVALUE).
-- akira yamada <akira@debian.org> Tue, 7 Dec 1999 08:43:34 +0900
ruby (1.4.2-9) unstable; urgency=low
* Applied patch (ruby-dev: #8445, #8457, #8483):
- variable.c (rb_path2class): evaluated value from path should be
module or class.
- string.c (rb_str_split_method): should increment end too.
- eval.c (rb_thread_loading_done): wrong parameter to st_delete().
-- akira yamada <akira@debian.org> Fri, 3 Dec 1999 10:57:42 +0900
ruby (1.4.2-8) unstable; urgency=low
* Applied patch (ruby-dev: #8297, #8301, #8303, #8342, #8360, #8430,
ruby-list: #18626, #19035):
- string.c (rb_str_split_method): use mbclen2() to handle kcode
option of regexp objects.
- re.c (rb_reg_source): should not call rb_reg_expr_str()
everytime.
- lib/debug.rb: better display & frame treatment.
- hash.c (rb_any_cmp): Fixed return without value.
- io.c (read_all): should check bytes too.
* debian/50ruby-mode.el: wrong setting about interpreter-mode-alist.
* now, libruby.shlibs pointed libruby.so.1.4
(and ruby linked libruby.so.1.4).
-- akira yamada <akira@debian.org> Tue, 30 Nov 1999 12:25:38 +0900
ruby (1.4.2-7) unstable; urgency=low
* Applied patch (ruby-dev: #8134, #8153, #8164, #8166, #8180, #8215,
#8276, ruby-list: #18078, #18416):
- time.c (time_s_at): now accepts optional second argument to
specify micro second.
- regex.c (re_compile_pattern): wrong [\W] match.
- eval.c (rb_eval): reduce recursive calls to rb_eval()
case of ||= and &&= .
- lib/jcode.rb: now supported UTF-8.
- io.c (Init_IO): forgot to use INT2FIX() around SEEK_SET, etc.
- eval.c (is_defined): last_class may be 0.
* debian/ruby-elisp.install: now compilation log is stored into
/usr/share/${FLAVOR}/site-lisp/ruby-elisp/CompilationLog.
(Thanks to KITAME)
-- akira yamada <akira@debian.org> Tue, 9 Nov 1999 01:53:57 +0900
ruby (1.4.2-6) unstable; urgency=low
* Applied patch (ruby-dev: #8082):
- Tcl/Tk 8.2 supported.
-- akira yamada <akira@debian.org> Sat, 30 Oct 1999 21:30:38 +0900
ruby (1.4.2-5) unstable; urgency=low
* Applied patch (ruby-dev: #8124):
- marshal.c (marshal_load): should protect the generated object
table (arg->data) from GC.
* Applied patch (ruby-dev: #8128) and Builed with IPv6 support.
-- akira yamada <akira@debian.org> Fri, 29 Oct 1999 00:10:40 +0900
ruby (1.4.2-4) unstable; urgency=low
* Applied patch (ruby-dev: #7965, #7970, #8012, #8044, #8048, #8068,
ruby-list: #17373, #17613, #17648):
- pack.c (pack_unpack): % in printf format should be %%.
- parse.y (rb_intern): should generate distinct ID_ATTRSET symbols
for the name with multiple `='s at the end.
- io.c (io_read): length may be 0 or negative.
- file.c (test_s): should return nil for false condition.
- eval.c (rb_eval): should not execute the `else' clause on the
case the exceptions are handled by the `rescue' clause.
- eval.c (block_pass): should copy block to prevent modifications.
tag in the structure should be updated from latest prot_tag.
- eval.c (proc_s_new): tag in struct BLOCK should not point into
unused stack.
- array.c (rb_ary_pop): forgot some freeze checks.
- ext/nkf/nkf.c (rb_nkf_kconv): output should be NUL terminated.
- marshal.c (marshal_load): should protect the generated object
table (arg->data) from GC.
-- akira yamada <akira@debian.org> Wed, 20 Oct 1999 23:03:52 +0900
ruby (1.4.2-3) unstable; urgency=low
* Applied patch (ruby-dev: #7948, #7958, ruby-list: #17332, #17394)
* Applied patch (ruby-dev: #7961),
closes: #46343
-- akira yamada <akira@debian.org> Tue, 5 Oct 1999 14:50:58 +0900
ruby (1.4.2-2) unstable; urgency=low
* Applied patch (ruby-dev: #7923)
-- akira yamada <akira@debian.org> Tue, 28 Sep 1999 10:36:00 +0900
ruby (1.4.2-1) unstable; urgency=low
* Upgraded to new upstream version.
* included `irb'.
* Applied patch (ruby-dev: #7846, #7859, #7860, #7866, #7877, #7892,
#7895, #7898, #7899, #7903, #7909, #7908, ruby-list: #16980,
#16860, #16842, #16870, ruby-talk: #00815)
-- akira yamada <akira@debian.org> Fri, 24 Sep 1999 16:02:38 +0900
ruby (1.4.0-3) unstable; urgency=low
* Applied patch (ruby-dev: #7725, #7752, #7757, #7759)
-- akira yamada <akira@debian.org> Wed, 1 Sep 1999 12:33:48 +0900
ruby (1.4.0-2) unstable; urgency=low
* Applied patch (ruby-dev: #7745, ruby-list: #16214)
-- akira yamada <akira@debian.org> Mon, 23 Aug 1999 12:59:30 +0900
ruby (1.4.0-1) unstable; urgency=low
* Upgraded to new upstream version.
* Applied patch (ruby-dev: #7670, #7674, #7686)
-- akira yamada <akira@debian.org> Mon, 16 Aug 1999 15:19:50 +0900
ruby (1.3.7-2) unstable; urgency=low
* Applied patch (ruby-list: #15951, ruby-dev: #7572, #7583, #7585, #7597)
* Modified to fit with FHS.
-- akira yamada <akira@debian.org> Wed, 11 Aug 1999 13:09:19 +0900
ruby (1.3.7-1) unstable; urgency=low
* Upgraded to new upstream version.
* Applied patch (ruby-dev:7551)
-- akira yamada <akira@debian.org> Fri, 6 Aug 1999 17:03:27 +0900
ruby (1.3.5-2) unstable; urgency=low
* Applied patch (ruby-list: #15524, ruby-dev: #7320, #7354, #7365)
* Fixed: Bug#41600
-- akira yamada <akira@debian.org> Thu, 22 Jul 1999 16:27:53 +0900
ruby (1.3.5-1) unstable; urgency=low
* Upgraded to new upstream version.
* Applied patch (ruby-dev: #7308)
* Fixed: Bug#39979
(Build with sudo. But perhaps this is bug of fakeroot)
* Fixed: Bug#40885
(This is upstream bug. Fixed at upstream on this version)
-- akira yamada <akira@debian.org> Fri, 16 Jul 1999 18:12:18 +0900
ruby (1.3.4.990625-1) unstable; urgency=low
* Upgraded to new upstream version.
* Applied patch (ruby-dev: #7234, #7238, #7250, #7257, #7258,
#7259, #7280)
-- akira yamada <akira@debian.org> Tue, 6 Jul 1999 16:40:53 +0900
ruby (1.3.4.990531-3) unstable; urgency=low
* Fixed: Bug#39868.
-- akira yamada <akira@debian.org> Tue, 22 Jun 1999 13:05:15 +0900
ruby (1.3.4.990531-2) unstable; urgency=low
* fiexed wrong Suggests: line.
-- akira yamada <akira@debian.org> Wed, 9 Jun 1999 17:27:47 +0900
ruby (1.3.4.990531-1) unstable; urgency=low
* Upgraded to new upstream version.
-- akira yamada <akira@debian.org> Mon, 31 May 1999 19:53:16 +0900
ruby1.3 (1.3.3.990518-1) unstable; urgency=low
* Upgraded to new upstream version.
* Now, default value of $KCODE is ``none''
* Many extension libraries splited out into onther packages.
-- akira yamada <akira@linux.or.jp> Thu, 27 May 1999 14:05:58 +0900
ruby1.3 (1.3.1.990225-1) unstable-jp; urgency=low
* Upgraded to new upstream version.
* Applied patch (ruby-dev: #5698)
-- akira yamada <akira@linux.or.jp> Fri, 26 Feb 1999 16:47:55 +0900
ruby (1.2.3-1) unstable-jp; urgency=low
* Upgraded to new upstream version. Changes from 1.2.2-7 are:
- regex.c (re_match): empty pattern should not cause infinite
pattern match loop.
- regex.c (re_compile_pattern): RE_OPTIMIZE_ANCHOR for /.*/, not
for /(.|\n)/.
- dln.c (FUNCNAME_PATTERN): FreeBSD for alpha/mips
- error.c (rb_sys_fail): need to allocate enough size buffer.
- bignum.c (dbl2big): raised error if double is too big to cast
into long. check added.
* Applied patch (ruby-list: #12129)
-- akira yamada <akira@linux.or.jp> Thu, 18 Feb 1999 15:49:21 +0900
ruby (1.2.2-7) unstable-jp; urgency=low
* Applied patch (ruby-list: #11753, #11821, #11906, ruby-dev: #4710, #4769)
- eval.c (rb_alias): was corrupting body.
- array.c (rb_ary_delete_if): RTEST() missing.
- hash.c (delete_if_i): ditto.
- parse.y (terms): needed to clear heredoc_end.
-- akira yamada <akira@linux.or.jp> Mon, 8 Feb 1999 15:07:50 +0900
ruby (1.2.2-6) unstable-jp; urgency=low
* Fixed: could not install ruby1.2-elisp.
-- akira yamada <akira@linux.or.jp> Wed, 3 Feb 1999 02:18:45 +0900
ruby (1.2.2-5) unstable-jp; urgency=low
* ruby-elisp suggest irb1.2.
-- akira yamada <akira@linux.or.jp> Wed, 3 Feb 1999 00:34:22 +0900
ruby (1.2.2-4) unstable-jp; urgency=low
* Now Ruby install as ruby1.2.
-- akira yamada <akira@linux.or.jp> Thu, 28 Jan 1999 20:11:06 +0900
ruby (1.2.2-3) unstable-jp; urgency=low
* Bug#JP/746 fixed.
-- akira yamada <akira@linux.or.jp> Wed, 27 Jan 1999 12:12:23 +0900
ruby (1.2.2-2) unstable-jp; urgency=low
* Now sample/*.el is into ruby-elisp package.
-- akira yamada <akira@linux.or.jp> Tue, 26 Jan 1999 23:09:34 +0900
ruby (1.2.2-1) unstable-jp; urgency=low
* Upgraded to new upstream version.
-- akira yamada <akira@linux.or.jp> Fri, 22 Jan 1999 13:58:45 +0900
ruby (1.1c9-3.1) unstable-jp; urgency=low
* Non maintainer upload.
* Added '#ifndef strdup' for glibc 2.1 support.
-- Masato Taruishi <taru@debian.or.jp> Wed, 20 Jan 1999 18:07:04 +0900
ruby (1.1c9-3) unstable-jp; urgency=low
* Applied patch (ruby-list: #11172)
- sample/cal.rb
* Applied patch
- lib/mkmf.rb
-- akira yamada <akira@linux.or.jp> Wed, 2 Dec 1998 18:54:52 +0900
ruby (1.1c9-2) unstable-jp; urgency=low
* Applied patch (ruby-dev: #3712)
- process.c (f_exec): check number of argument.
-- akira yamada <akira@linux.or.jp> Tue, 1 Dec 1998 13:01:04 +0900
ruby (1.1c9-1) unstable-jp; urgency=low
* Upgraded to new upstream version.
-- akira yamada <akira@linux.or.jp> Fri, 27 Nov 1998 00:22:02 +0900
ruby (1.1c8-3) unstable-jp; urgency=low
* Applied patch (ruby-dev: #3659)
- parse.y (yycompile): reduce known memory leak (hard to remove).
-- akira yamada <akira@linux.or.jp> Wed, 25 Nov 1998 18:24:00 +0900
ruby (1.1c8-2) unstable-jp; urgency=low
* Applied patch (ruby-dev: #3621, #3624)
- time.c (time_s_now): had memory leak.
- ext/md5/md5init.c (md5_new, md5_clone): had memory leak.
-- akira yamada <akira@linux.or.jp> Tue, 24 Nov 1998 13:21:06 +0900
ruby (1.1c8-1) unstable-jp; urgency=low
* Upgraded to new upstream version.
* Applied patch (ruby-list: #10845, #10905, #10909, #10914, #10928)
-- akira yamada <akira@linux.or.jp> Sat, 21 Nov 1998 09:51:33 +0900
ruby (1.1c6-5) unstable-jp; urgency=low
* Applied patch (ruby-list: #10581, ruby-dev: #3564, #3565)
- eval.c (thread_create): was accessing modified status.
- gc.c (xrealloc): size 0 needs round up to 1.
- string.c (str_aref): regexp index SEGVed.
-- akira yamada <akira@linux.or.jp> Tue, 3 Nov 1998 18:48:31 +0900
ruby (1.1c6-4) unstable-jp; urgency=low
* Applied patch (ruby-list: #10496, ruby-dev: #3560)
- eval.c (block_pass): do not push block, substitute it.
- regex.c
-- akira yamada <akira@linux.or.jp> Fri, 30 Oct 1998 15:29:59 +0900
ruby (1.1c6-3) unstable-jp; urgency=low
* Applied patch (ruby-list: #10400)
- io.c (f_select): fd number comparison bug.
-- akira yamada <akira@linux.or.jp> Wed, 28 Oct 1998 17:51:08 +0900
ruby (1.1c6-2) unstable-jp; urgency=low
* Split into libruby1, libruby-dev, ruby-curses-module and ruby.
* Recompiled with libncurses4 and re-configured with --enable-shared.
* Now RUBY_SITE_LIB is /usr/local/lib/site_ruby.
* Added debian/ruby.{postinst,prerm}.
* Removed debian/shlibs.local.
* Applied patch (fj.comp.lang.ruby: <lvlnm4eo3c.fsf_-_@picachu.netlab.co.jp>)
- regex.c (set_list_bits): was using wrong offset.
-- akira yamada <akira@linux.or.jp> Tue, 27 Oct 1998 13:02:34 +0900
ruby (1.1c6-1) unstable-jp; urgency=low
* Upgraded to new upstream version. Changes from 1.1c5-5 are:
- regex.c (re_search): `/\s*(--)$/ =~ "- --"' did not match,
because of wrong optimize condition.
- parse.y (rb_intern): should not raise exceptions.
- parse.y (yylex): symbol like `:foo?=' should not be allowed.
- ext/extmk.rb.in: makes *.a for static link modules.
- parse.y (yylex): `@foo!' should be an error.
- regex.c (re_match): beginning and end of the string, do not
automatically match `\b'.
- string.c (scan_once): comsume at leaset on character.
- regex.c (re_search): wrong behavior for negative range.
-- akira yamada <akira@linux.or.jp> Tue, 6 Oct 1998 06:20:39 +0900
ruby (1.1c5-5) unstable; urgency=low
* Applied patch (ruby-dev: #3519, #3521)
- ext/etc/etc.c (Init_etc): wrong field definition.
-- akira yamada <akira@linux.or.jp> Mon, 28 Sep 1998 00:10:15 +0900
ruby (1.1c5-4) unstable-jp; urgency=low
* Applied patch (ruby-list: #9593)
- io.c (io_reopen): was creating FILE* for wrong fd.
-- akira yamada <akira@linux.or.jp> Thu, 17 Sep 1998 17:09:40 +0900
ruby (1.1c5-3) unstable-jp; urgency=low
* Applied patch (ruby-dev: #3512)
- regex.c (re_compile_pattern): forgot to fixup for the pattern
like (?=(A)|(B)).
* Added debian/shlibs.local (for overriding {tck,tk}8.0's shlibs information)
-- akira yamada <akira@linux.or.jp> Wed, 16 Sep 1998 16:31:38 +0900
ruby (1.1c5-2) unstable-jp; urgency=low
* Applied patch (ruby-dev: #3509)
- regex.c (re_search): range value should be maintained.
-- akira yamada <akira@linux.or.jp> Mon, 14 Sep 1998 19:22:26 +0900
ruby (1.1c5-1) unstable-jp; urgency=low
* Upgraded to new upstream version. Changes from 1.1c4 are:
- string.c (str_each_line): wrong line splitting with newline at
top of the string.
- string.c: non bang methods return copied string.
- eval.c (f_END): needed to initialize frame->argc;
- bignum.c (bigadd): proper sign combination.
- regex.c (re_search): wrong return value for \A.
* Applied patch (ruby-list: #9517)
- parse.y (backref_error): yyerror does not understand formats.
-- akira yamada <akira@linux.or.jp> Fri, 11 Sep 1998 14:23:58 +0900
ruby (1.1c4-1) unstable-jp; urgency=low
* Upgraded to new upstream version. Changes from 1.1c3 are:
- regex.c (slow_search): do not compare llen and blen. llen may
be longer than blen, if little contains 0xff.
- regex.c (mbctab_euc): set 0x8e as multibyte character.
- string.c (str_inspect): mask character for octal output.
- regex.c (re_search): use calculated offset if exactn is the
first opcode in the compiled regexp.
- regex.c (bm_search): use Boyer-Moore search for simple search.
- regex.c (must_instr): wrong length check if pattern includes
byte escape by 0xff.
- regex.c (re_compile_pattern): need not to check current_mbctype.
- eval.c (rb_check_safe_str): avoid calling rb_id2name() in normal
cases to speed-up.
- eval.c (thread_raise): do not save context of terminated thread.
- regex.c (re_compile_pattern): mask \nnn over 256.
- sprintf.c (f_sprintf): wrong buffer size check.
- regex.c (re_compile_pattern): accepts (?ix-ix) and (?ix-ix:...).
- ruby.c (ruby_require_modules): load modules in appearing order.
* Applied patch (ruby-list: #9452, #9453)
- bignum.c (bigadd): proper sign combination.
- regex.c (re_search): wrong return value for \A.
-- akira yamada <akira@linux.or.jp> Thu, 3 Sep 1998 18:30:54 +0900
ruby (1.1c3-2) unstable-jp; urgency=low
* Applied patch (ruby-list: #9320, #9358, ruby-dev: #3503)
- bug fixed (sprintf.c)
- bug fixed (regex.c)
- bug fixed (eval.c)
-- akira yamada <akira@linux.or.jp> Mon, 31 Aug 1998 18:12:36 +0900
ruby (1.1c3-1) unstable-jp; urgency=low
* Upgraded to new upstream version. Changes from 1.1c2 are:
- regex.c (re_match): pop non-greedy stack elements on success.
- ruby.h: add #define environ for cygwin32.
- dln.c (dln_find_1): path check was too strict.
- parse.y (f_arglist): opt_nl added after f_args.
- io.c (io_ctl): forgot to place TRAP_END at right position.
- eval.c (call_trace_func): save __FILE__, __LINE__ before
executing trace_func, since trace function should not corrupt
line number information.
- array.c (ary_s_new): was marking unallocated region on GC.
* Applied patch (ruby-list: #9268)
- bug fixed (regex.c)
-- akira yamada <akira@linux.or.jp> Fri, 28 Aug 1998 06:41:51 +0900
ruby (1.1c2-6) frozen-jp unstable-jp; urgency=low
* Bug#JP/493 fixed (now, ruby.1 is copied into the usr/man/man1).
-- akira yamada <akira@linux.or.jp> Mon, 24 Aug 1998 10:50:58 +0900
ruby (1.1c2-5) frozen-jp unstable-jp; urgency=low
* Bug#JP/482 fixed (now, ruby.1 is copied into the debian/tmp).
* Removed extra GPL file.
-- akira yamada <akira@linux.or.jp> Tue, 18 Aug 1998 19:56:29 +0900
ruby (1.1c2-4) frozen-jp unstable-jp; urgency=low
* Applied patch (ruby-list ML: #9101)
- bug fixed (eval.c)
-- akira yamada <akira@linux.or.jp> Fri, 14 Aug 1998 11:44:24 +0900
ruby (1.1c2-3) frozen-jp unstable-jp; urgency=low
* Applied bug fix patch (ruby-list ML: #9094)
-- akira yamada <akira@linux.or.jp> Thu, 13 Aug 1998 23:18:52 +0900
ruby (1.1c2-2) frozen-jp unstable-jp; urgency=low
* rebuild with tcl8.0 (!= tcl8.0-ja)
-- akira yamada <akira@linux.or.jp> Tue, 11 Aug 1998 18:35:52 +0900
ruby (1.1c2-1) frozen-jp unstable-jp; urgency=low
* Upgraded to new upstream version. Changes from 1.1c1 are:
- process.c (f_system): removed fflush(stdin).
- error.c (err_snprintf): replace sprintf for fixed sized buffer,
with snprintf to avoid buffer over-run. For systems which does
dot provide snprintf, missing/snprintf.c added.
- array.c (ary_s_new): argument to specify initial value is added.
- array.c (ary_s_new): specifies size, not capacity.
- string.c (str_replace): zero fill for expansion gap.
- regex.c (mbctab_euc): set flags on for 0xA1-0xFE. suggested by
<inaba@st.rim.or.jp>.
- string.c (str_inspect): consider current_mbctype.
- array.c (ary_s_new): Array.new(1<<30) dumps core.
-- akira yamada <akira@linux.or.jp> Tue, 11 Aug 1998 15:39:09 +0900
ruby (1.1c1-3) frozen-jp unstable-jp; urgency=low
* Distribution changed (unstable -> frozen-jp unstable-jp)
-- akira yamada <akira@linux.or.jp> Wed, 29 Jul 1998 11:22:38 +0900
ruby (1.1c1-2) unstable; urgency=low
* Applied patch (ruby-dev ML: #3406, #3411, #3425,
ruby-list ML: #8897, #8935)
-- akira yamada <akira@linux.or.jp> Tue, 28 Jul 1998 18:23:17 +0900
ruby (1.1c1-1) frozen-jp unstable-jp; urgency=low
* Upgraded to new upstream version.
* Bug fixed. Changes from 1.1c0 are:
- version 1.1c1 released.
- marshal.c (r_bytes2): allocated buffer size was too short.
- marshal.c (w_object): saves all options, not only casefold flag.
- re.c (reg_clone): now copies options properly.
- re.c (reg_get_kcode): code number was wrong.
- regex.c (calculate_must_string): wrong offset added.
- eval.c (rb_attr): argument should be symbol or a string.
- eval.c (gc_mark_threads): crashed on GC before thread allocation.
- st.c (rehash): GC during rehash caused SEGV.
- sprintf.c (f_sprintf): proper sign position for %X and %O.
integer formatter totally re-written.
- sprintf.c (remove_sign_bits): support uppercase hexadecimal.
-- akira yamada <akira@linux.or.jp> Fri, 24 Jul 1998 19:24:26 +0900
ruby (1.1c0-1) frozen-jp unstable-jp; urgency=low
* Upgraded to new upstream version.
* Applied patch (ruby-list ML: #8791, #8806, #8807)
-- akira yamada <akira@linux.or.jp> Sat, 18 Jul 1998 06:00:27 +0900
ruby (1.1b9-6) frozen-jp unstable-jp; urgency=low
* rebuild with tcl8.0 (!= tcl8.0-ja)
-- akira yamada <akira@linux.or.jp> Thu, 9 Jul 1998 12:05:39 +0900
ruby (1.1b9-5) frozen-jp unstable-jp; urgency=low
* Bug fixed (Bug#JP/431)
postinst, prerm removed.
-- akira yamada <akira@linux.or.jp> Wed, 8 Jul 1998 13:50:24 +0900
ruby (1.1b9-4) frozen-jp; urgency=low
* lintian check again!
-- akira yamada <akira@linux.or.jp> Fri, 12 Jun 1998 19:42:29 +0900
ruby (1.1b9-3) unstable; urgency=low
* lintian check again!
-- akira yamada <akira@linux.or.jp> Fri, 17 Apr 1998 20:28:23 +0900
ruby (1.1b9-2) unstable; urgency=low
* Applied patch (ruby-list ML: #6985, #7167, #7168, #7175, #7182,
#7330, ruby-dev ML: #1619, #1701, #1756, #1797, #1971, #1980,
#2044, #2070)
* distclean rule added into Makefile.in.
* lintian check!
-- akira yamada <akira@linux.or.jp> Fry, 17 Apr 1998 16:27:16 +0900
ruby (1.1b9-1) unstable; urgency=low
* Upgraded to new upstream version.
-- akira yamada <akira@linux.or.jp> Fri, 27 Feb 1998 20:01:14 +0900
ruby (1.1b8-1) unstable; urgency=low
* Upgraded to new upstream version.
-- akira yamada <akira@linux.or.jp> Fri, 20 Feb 1998 19:22:43 +0900
ruby (1.1b7-1) unstable; urgency=low
* Upgraded to new upstream version.
* Built with debhelper scripts.
-- akira yamada <akira@linux.or.jp> Tue, 10 Feb 1998 20:44:12 +0900
ruby (1.1b6-1) unstable; urgency=low
* Upgraded to new upstream version.
-- akira yamada <akira@linux.or.jp> Fri, 23 Jan 1998 19:44:11 +0900
ruby (1.1b5-3) unstable; urgency=low
* Applied patch (ruby-dev ML: #1310, #1311, ruby-list ML: #5961)
-- akira yamada <akira@linux.or.jp> Thu, 22 Jan 1998 14:23:42 +0900
ruby (1.1b5-2) unstable; urgency=low
* Applied patch (ruby-dev ML: #1304)
-- akira yamada <akira@linux.or.jp> Wed, 21 Jan 1998 15:55:18 +0900
ruby (1.1b5-1) unstable; urgency=low
* Upgraded to new upstream version.
* Applied patch (ruby-list ML: #5883)
-- akira yamada <akira@linux.or.jp> Mon, 19 Jan 1998 18:38:51 +0900
ruby (1.1b4-2) unstable; urgency=low
* Bug fixed (ruby-list ML: #5865, ruby-dev ML: #1281)
-- akira yamada <akira@linux.or.jp> Tue, 13 Jan 1998 17:50:04 +0900
ruby (1.1b4-1) unstable; urgency=low
* Upgraded to new upstream version.
-- akira yamada <akira@linux.or.jp> Sat, 10 Jan 1998 04:13:01 +0900
ruby (1.1b3-2) unstable; urgency=low
* Bug fixed (ruby-list ML: #5755, #5756, #5759, #5764)
-- akira yamada <akira@linux.or.jp> Sun, 28 Dec 1997 17:42:40 +0900
ruby (1.1b3-1) unstable; urgency=low
* Upgraded to new upstream version.
-- akira yamada <akira@linux.or.jp> Fri, 24 Dec 1997 20:13:20 +0900
ruby (1.1b1-1) unstable; urgency=low
* Upgraded to new upstream version.
-- akira yamada <akira@linux.or.jp> Tue, 9 Dec 1997 18:47:30 +0900
ruby (1.1b0-1) unstable; urgency=low
* Initial Release.
-- akira yamada <akira@linux.or.jp> Thu, 4 Dec 1997 16:37:57 +0900
Local variables:
mode: debian-changelog
add-log-mailing-address: "akira@debian.org"
End:
|