[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Gcl-commits] CVSROOT: /cvsroot/gcl
From: |
Mike Thomas |
Subject: |
RE: [Gcl-commits] CVSROOT: /cvsroot/gcl |
Date: |
Thu, 17 Jul 2003 13:22:40 +1000 |
Hi Camm.
Could you also merge configure.in, configure, gcl.ico and windows/* into
2.5.4 please?
Cheers
Mike Thomas.
| -----Original Message-----
| From: address@hidden
| [mailto:address@hidden
| Behalf Of Camm Maguire
| Sent: Wednesday, July 16, 2003 12:03 PM
| To: address@hidden
| Subject: [Gcl-commits] CVSROOT: /cvsroot/gcl
|
|
| Module name: gcl
| Branch: Version_2_5_4
| Changes by: Camm Maguire <address@hidden> 03/07/15 22:02:52
| Reply-to: address@hidden
|
| CVSROOT: /cvsroot/gcl
| Module name: gcl
| Branch: Version_2_5_4
| Changes by: Camm Maguire <address@hidden> 03/07/15 22:02:52
|
| Modified files:
| . : config.guess config.sub
| binutils : config.guess config.sub
| clcs : clcs_condition_definitions.c clcs_conditions.c
| clcs_conditions.data clcs_conditions.lisp
| clcs_debugger.c clcs_handler.c clcs_install.c
| clcs_kcl_cond.c clcs_macros.c clcs_precom.c
| clcs_restart.c clcs_top_patches.c
| cmpnew : cmpbind.c cmpblock.c cmpcall.c cmpcall.lsp
| cmpcatch.c cmpenv.c cmpeval.c cmpflet.c
| cmpfun.c cmpif.c cmpinline.c cmplabel.c
| cmplam.c cmplet.c cmploc.c cmpmap.c cmpmulti.c
| cmpspecial.c cmptag.c cmptop.c cmptop.data
| cmptop.h cmptop.lsp cmptype.c cmputil.c
| cmpvar.c cmpvs.c cmpwt.c
| debian : changelog
| gcl-tk : tkl.lisp
| gmp3 : configfsf.guess configfsf.sub
| h : new_decl.h object.h protoize.h
| lsp : arraylib.c assert.c debug.c defmacro.c
| defpackage.c defstruct.c describe.c
| destructuring_bind.c evalmacros.c info.c
| iolib.c listlib.c loop.c make_defpackage.c
| mislib.c module.c numlib.c packlib.c predlib.c
| predlib.h predlib.lsp readline.c seq.c seqlib.c
| serror.c setf.c sloop.c top.c trace.c
| o : array.c character.d error.c list.d multival.c
| nsocket.c num_co.c num_log.c number.c read.d
| sequence.d sockets.c structure.c usig2.c
| usig2_aux.c
| pcl : pcl_boot.c pcl_braid.c pcl_cache.c pcl_combin.c
| pcl_cpl.c pcl_ctypes.c pcl_defclass.c
| pcl_defcombin.c pcl_defs.c pcl_dfun.c
| pcl_dlisp.c pcl_dlisp2.c pcl_env.c
| pcl_fast_init.c pcl_fin.c pcl_fixup.c
| pcl_fngen.c pcl_fsc.c pcl_gazonk2.c
| pcl_gazonk3.c pcl_gazonk4.c pcl_gazonk5.c
| pcl_gazonk6.c pcl_gazonk7.c pcl_gcl_low.c
| pcl_generic_functions.c pcl_init.c
| pcl_iterate.c pcl_low.c pcl_macros.c
| pcl_methods.c pcl_precom2.c pcl_slots.c
| pcl_slots_boot.c pcl_std_class.c pcl_vector.c
| pcl_walk.c
|
| Log message:
| * Type-punning warning fixes;* small_fixnum overflow
| fixes;* off by one fix in cerror;* Fix compiler error which had
| not recognized defpackage as a package operation;* Fix tkl.lisp
| call to open-named-socket;* Make values-list and nreconc signal
| errors when they should on dotted lists.; * Avoid use of
| windows.h types as macros.; * New config.{sub,guess}
|
| CVSWeb URLs:
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/config.guess.diff?
| only_with_tag=Version_2_5_4&tr1=1.3&tr2=1.3.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/config.sub.diff?on
ly_with_tag=Version_2_5_4&tr1=1.3&tr2=1.3.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/binutils/config.gu
| ess.diff?only_with_tag=Version_2_5_4&tr1=1.2&tr2=1.2.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/binutils/config.su
| b.diff?only_with_tag=Version_2_5_4&tr1=1.2&tr2=1.2.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/clcs/clcs_conditio
n_definitions.c.diff?only_with_tag=Version_2_5_4&tr1=1.3&tr2=1.3.4.1&r1|
=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/clcs/clcs_conditio
| ns.c.diff?only_with_tag=Version_2_5_4&tr1=1.3&tr2=1.3.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/clcs/clcs_conditio
ns.data.diff?only_with_tag=Version_2_5_4&tr1=1.3&tr2=1.3.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/clcs/clcs_conditio
ns.lisp.diff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/clcs/clcs_debugger
| .c.diff?only_with_tag=Version_2_5_4&tr1=1.3&tr2=1.3.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/clcs/clcs_handler.
| c.diff?only_with_tag=Version_2_5_4&tr1=1.3&tr2=1.3.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/clcs/clcs_install.
| c.diff?only_with_tag=Version_2_5_4&tr1=1.3&tr2=1.3.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/clcs/clcs_kcl_cond
| .c.diff?only_with_tag=Version_2_5_4&tr1=1.3&tr2=1.3.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/clcs/clcs_macros.c
| .diff?only_with_tag=Version_2_5_4&tr1=1.2&tr2=1.2.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/clcs/clcs_precom.c
| .diff?only_with_tag=Version_2_5_4&tr1=1.2&tr2=1.2.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/clcs/clcs_restart.
| c.diff?only_with_tag=Version_2_5_4&tr1=1.3&tr2=1.3.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/clcs/clcs_top_patc
hes.c.diff?only_with_tag=Version_2_5_4&tr1=1.3&tr2=1.3.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpbind.c.d
| iff?only_with_tag=Version_2_5_4&tr1=1.8&tr2=1.8.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpblock.c.
| diff?only_with_tag=Version_2_5_4&tr1=1.8&tr2=1.8.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpcall.c.d
| iff?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpcall.lsp
| .diff?only_with_tag=Version_2_5_4&tr1=1.5&tr2=1.5.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpcatch.c.
| diff?only_with_tag=Version_2_5_4&tr1=1.8&tr2=1.8.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpenv.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpeval.c.d
| iff?only_with_tag=Version_2_5_4&tr1=1.10&tr2=1.10.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpflet.c.d
| iff?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpfun.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.10&tr2=1.10.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpif.c.dif
| f?only_with_tag=Version_2_5_4&tr1=1.10&tr2=1.10.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpinline.c
| .diff?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmplabel.c.
| diff?only_with_tag=Version_2_5_4&tr1=1.8&tr2=1.8.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmplam.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmplet.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmploc.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.7&tr2=1.7.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpmap.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpmulti.c.
| diff?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpspecial.
| c.diff?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmptag.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmptop.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.10&tr2=1.10.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmptop.data
| .diff?only_with_tag=Version_2_5_4&tr1=1.6&tr2=1.6.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmptop.h.di
| ff?only_with_tag=Version_2_5_4&tr1=1.6&tr2=1.6.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmptop.lsp.
| diff?only_with_tag=Version_2_5_4&tr1=1.7&tr2=1.7.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmptype.c.d
| iff?only_with_tag=Version_2_5_4&tr1=1.8&tr2=1.8.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmputil.c.d
| iff?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpvar.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpvs.c.dif
| f?only_with_tag=Version_2_5_4&tr1=1.7&tr2=1.7.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/cmpnew/cmpwt.c.dif
| f?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/debian/changelog.d
| iff?only_with_tag=Version_2_5_4&tr1=1.220.2.1.4.1.2.1.2.1.2.1&tr2=
| 1.220.2.1.4.1.2.1.2.1.2.2&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/gcl-tk/tkl.lisp.di
| ff?only_with_tag=Version_2_5_4&tr1=1.1.1.1&tr2=1.1.1.1.12.1&r1=tex
| t&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/gmp3/configfsf.gue
| ss.diff?only_with_tag=Version_2_5_4&tr1=1.2&tr2=1.2.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/gmp3/configfsf.sub
| .diff?only_with_tag=Version_2_5_4&tr1=1.2&tr2=1.2.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/h/new_decl.h.diff?
| only_with_tag=Version_2_5_4&tr1=1.42&tr2=1.42.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/h/object.h.diff?on
ly_with_tag=Version_2_5_4&tr1=1.18&tr2=1.18.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/h/protoize.h.diff?
| only_with_tag=Version_2_5_4&tr1=1.26&tr2=1.26.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/arraylib.c.dif
| f?only_with_tag=Version_2_5_4&tr1=1.12&tr2=1.12.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/assert.c.diff?
| only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/debug.c.diff?o
nly_with_tag=Version_2_5_4&tr1=1.16&tr2=1.16.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/defmacro.c.dif
| f?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/defpackage.c.d
| iff?only_with_tag=Version_2_5_4&tr1=1.16&tr2=1.16.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/defstruct.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.12&tr2=1.12.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/describe.c.dif
| f?only_with_tag=Version_2_5_4&tr1=1.10&tr2=1.10.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/destructuring_
bind.c.diff?only_with_tag=Version_2_5_4&tr1=1.15&tr2=1.15.4.1&r1=text&r2=tex
t
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/evalmacros.c.d
| iff?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/info.c.diff?on
ly_with_tag=Version_2_5_4&tr1=1.14&tr2=1.14.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/iolib.c.diff?o
nly_with_tag=Version_2_5_4&tr1=1.7&tr2=1.7.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/listlib.c.diff
| ?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/loop.c.diff?on
ly_with_tag=Version_2_5_4&tr1=1.14&tr2=1.14.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/make_defpackag
| e.c.diff?only_with_tag=Version_2_5_4&tr1=1.11&tr2=1.11.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/mislib.c.diff?
| only_with_tag=Version_2_5_4&tr1=1.11&tr2=1.11.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/module.c.diff?
| only_with_tag=Version_2_5_4&tr1=1.10&tr2=1.10.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/numlib.c.diff?
| only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/packlib.c.diff
| ?only_with_tag=Version_2_5_4&tr1=1.18&tr2=1.18.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/predlib.c.diff
| ?only_with_tag=Version_2_5_4&tr1=1.20&tr2=1.20.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/predlib.h.diff
| ?only_with_tag=Version_2_5_4&tr1=1.11&tr2=1.11.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/predlib.lsp.di
| ff?only_with_tag=Version_2_5_4&tr1=1.10&tr2=1.10.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/readline.c.dif
| f?only_with_tag=Version_2_5_4&tr1=1.7&tr2=1.7.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/seq.c.diff?onl
y_with_tag=Version_2_5_4&tr1=1.13&tr2=1.13.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/seqlib.c.diff?
| only_with_tag=Version_2_5_4&tr1=1.16&tr2=1.16.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/serror.c.diff?
| only_with_tag=Version_2_5_4&tr1=1.12&tr2=1.12.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/setf.c.diff?on
ly_with_tag=Version_2_5_4&tr1=1.14&tr2=1.14.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/sloop.c.diff?o
nly_with_tag=Version_2_5_4&tr1=1.12&tr2=1.12.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/top.c.diff?onl
y_with_tag=Version_2_5_4&tr1=1.13&tr2=1.13.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/lsp/trace.c.diff?o
nly_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/array.c.diff?onl
y_with_tag=Version_2_5_4&tr1=1.20&tr2=1.20.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/character.d.diff
| ?only_with_tag=Version_2_5_4&tr1=1.5&tr2=1.5.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/error.c.diff?onl
y_with_tag=Version_2_5_4&tr1=1.15&tr2=1.15.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/list.d.diff?only
_with_tag=Version_2_5_4&tr1=1.19&tr2=1.19.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/multival.c.diff?
| only_with_tag=Version_2_5_4&tr1=1.4&tr2=1.4.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/nsocket.c.diff?o
nly_with_tag=Version_2_5_4&tr1=1.7&tr2=1.7.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/num_co.c.diff?on
ly_with_tag=Version_2_5_4&tr1=1.10&tr2=1.10.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/num_log.c.diff?o
nly_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/number.c.diff?on
ly_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/read.d.diff?only
_with_tag=Version_2_5_4&tr1=1.14&tr2=1.14.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/sequence.d.diff?
| only_with_tag=Version_2_5_4&tr1=1.3&tr2=1.3.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/sockets.c.diff?o
nly_with_tag=Version_2_5_4&tr1=1.8&tr2=1.8.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/structure.c.diff
| ?only_with_tag=Version_2_5_4&tr1=1.9&tr2=1.9.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/usig2.c.diff?onl
y_with_tag=Version_2_5_4&tr1=1.11&tr2=1.11.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/o/usig2_aux.c.diff
| ?only_with_tag=Version_2_5_4&tr1=1.3&tr2=1.3.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_boot.c.dif
| f?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_braid.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_cache.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_combin.c.d
| iff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_cpl.c.diff
| ?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_ctypes.c.d
| iff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_defclass.c
| .diff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_defcombin.
| c.diff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_defs.c.dif
| f?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_dfun.c.dif
| f?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_dlisp.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_dlisp2.c.d
| iff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_env.c.diff
| ?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_fast_init.
| c.diff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_fin.c.diff
| ?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_fixup.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_fngen.c.di
| ff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_fsc.c.diff
| ?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_gazonk2.c.
| diff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_gazonk3.c.
| diff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_gazonk4.c.
| diff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_gazonk5.c.
| diff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_gazonk6.c.
| diff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_gazonk7.c.
| diff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_gcl_low.c.
| diff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
| http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_generic_fu
nctions.c.diff?only_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=te
xt
http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_init.c.diff?only_wit
h_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_iterate.c.diff?only_
with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_low.c.diff?only_with
_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_macros.c.diff?only_w
ith_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_methods.c.diff?only_
with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_precom2.c.diff?only_
with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_slots.c.diff?only_wi
th_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_slots_boot.c.diff?on
ly_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_std_class.c.diff?onl
y_with_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_vector.c.diff?only_w
ith_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gcl/gcl/pcl/pcl_walk.c.diff?only_wit
h_tag=Version_2_5_4&tr1=1.1&tr2=1.1.4.1&r1=text&r2=text
_______________________________________________
Gcl-commits mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/gcl-commits
- [Gcl-commits] CVSROOT: /cvsroot/gcl, Camm Maguire, 2003/07/15
- [Gcl-commits] CVSROOT: /cvsroot/gcl, Camm Maguire, 2003/07/15
- RE: [Gcl-commits] CVSROOT: /cvsroot/gcl,
Mike Thomas <=
- [Gcl-commits] CVSROOT: /cvsroot/gcl, Camm Maguire, 2003/07/17
- [Gcl-commits] CVSROOT: /cvsroot/gcl, Camm Maguire, 2003/07/19
- [Gcl-commits] CVSROOT: /cvsroot/gcl, Camm Maguire, 2003/07/20
- [Gcl-commits] CVSROOT: /cvsroot/gcl, Camm Maguire, 2003/07/30
- [Gcl-commits] CVSROOT: /cvsroot/gcl, Camm Maguire, 2003/07/30
- [Gcl-commits] CVSROOT: /cvsroot/gcl, Camm Maguire, 2003/07/31