Fri Feb  2 17:37:05 JST 2007	Y.ISHISAKI

	* cli/version.f: version 2.06 (last update: 02-Feb-2007)
	* cli/gfortran_unix.c: removed
	* cli/ifort_unix.c: removed
	* cli/g95_unix.c: removed
	* cli/unixio.c: removed
	* cli/unixc.c: 
	  merge unixio.c, adding fredirect_(), frestore_()
	  merge **_unix.c, adding fseek_(), fputc_(), fgetc_()
	  add cli__ prefix for f**_() functions
	  add clchdir_(), clgetwd_(), cltempnam_()
	* cli/cli_cwrapper.c: 
	  add CLsyso(), CLfgetc(), CLfputc(), CLfseek(), CLftell(), CLfnum(),
	  CLchdir(), CLgetwd(), CLtempnam(), CLgets()
	* cli/g77|g95|gfortran|f90_fileio.c: add CLfilno, CLflush
	* cli/miscunix.f: LISTC removed, and moved into CLISTC in qopen.f
	* cli/qopen.f: LISTC() moved from miscunix.f to CLISTC()

Thu Feb  1 23:30:55 JST 2007	Y.ISHISAKI

	* cli/gfortran_fileio.f: added for gfortran
	* cli/gfortran_unix.c: added for gfortran
	* cli/ifort_fileio.f: added for ifort
	* cli/ifort_unix.c: added for ifort
	* replace TAB -> SPACE for several files for gfortran warning

Tue Jun 20 02:39:03 JST 2006	Y.ISHISAKI

	* cli/f90_fileio.f: added for f90/f95 on Solaris
          Access -> Position='APPEND' in Clsyso()

Mon Jun  5 23:34:56 JST 2006	Y.ISHISAKI

	* cli/version.f: version 2.05 (last update: 04-Jun-2006)
	* com/chval.f: remove unused variable, NAME1, in SHVAL()
	* cli/miscunix.f:
	  CLsyso, CLfgetc, CLfputc, CLfseek, CLftell moved to g77/95_fileio.f
	* cli/g77_fileio.f: (new)
	  CLsyso, CLfgetc, CLfputc, CLfseek, CLftell moved from miscunix.f
	* cli/g95_fileio.f: (new)
	  CLsyso, CLfgetc, CLfputc, CLfseek, CLftell moved from miscunix.f
	  add Ffileno()
	* cli/g95_unix.c: (new)
	  add fseek_, fputc_, fgetc_ for g95
	* sample/test-all.sh: (new)

Mon Nov 14 00:52:39 JST 2005	Y.ISHISAKI

	* cli/version.f: version 2.04 (last update: 14-Nov-2005)
	* cli/cli_cwrapper.c: do not initialize text in CL[int|flt|fdp|hex]rdX
	* cli/cli_cwrapper.c: add new macro, fill_all_spaces()
	* cli/cli_cwrapper.c: use fill_all_spaces() for output only text
	* cli/clalir.f: Character * 80 -> (LINSIZ) Buffer in CLaliR
	* cli/clalir.f: Character * 16 -> (LINSIZ) CARGS(10) in CLaliR
	* cli/clalir.f: ignore # in alias in CLaliR
	* cli/clalir.f: Character * 3 -> 16  Pstr in CLaliR
	* cli/clproc.f: Character * 8 -> 16  LUNSTR in CLIEOF
	* cli/intrdl.f: answer*16 -> (LINSIZ) in Intrd,Fltrd,Fdprd,Hexrd
	* cli/keyrd.f: Character * 11 -> 16  Form in KeyRD
	* cli/txtrd.f: check size of ANSWER in TitRD

Thu Nov 10 06:46:16 JST 2005	Y.ISHISAKI

	* cli/miscunix.f: check buffer size in CLexec()

Fri Oct 21 00:37:27 JST 2005	Y.ISHISAKI

	* cli/version.f: version 2.03 (last update: 21-Oct-2005)
	* cli/clgetl.f: check LAST1.gt.0 before reading LINE1 in CLGETL()

Wed Jun  8 23:57:28 JST 2005	Y.ISHISAKI

	* include/cli.h: bug fix in declaration of CLilvl()

Sat May 28 02:00:11 JST 2005	Y.ISHISAKI

	* cli/version.f: version 2.02 (last update: 28-May-2005)
	* INSTALL-COM_CLI: renamed from INSTALL for HEADAS
	* cli/clidef.inc: define new parameter LINSIZ = 1024
	* cli/*.f: Character * 256 -> Character * (LINSIZ)

Fri Apr 22 11:22:58 JST 2005	Y.ISHISAKI

	* include/cli.h: bug fix in void declaration of CLstricmp()

Sat Mar 26 15:47:48 JST 2005	Y.ISHISAKI

	* cli/clicmd.f: call CLinco in normal symbol assign

Wed Mar  9 09:54:50 JST 2005	Y.ISHISAKI

	* cli/version.f: version 2.01 (last update: 09-Mar-2005)
	* cli/clgetl.f: special treatment when LUN=5 in CLgets()
	* cli/miscunix.f: remove CLgetc()
	* cli/miscunix.f: add functions CLfgetc/CLfputc/CLftell()
	* cli/miscunix.f: add subroutines CLfseek/CLgetenv/CLexit()
	* cli/clsubr.f: use CLfseek() instead of Fseek()
	* cli/clicmd.f: use CLgetenv/CLfseek/CLexit not Getenv/Fseek/Exit
	* cli/clproc.f: use CLeixt() instead of Exit()
	* cli/cllab.f: use CLftell/Fseek() instead of Ftell/Fseek()
	* cli/clgetl.f: use CLfgetc/CLfputc/CLfseek not Fgetc/Fputc/Fseek
	* cli/chard.f: use CLfseek() instead of Fseek()
	* cli/clpath.f: use CLgetenv() instead of Getenv() in CLpath()
	* cli/miscunix.f: CLGETS(), CLPUTS() moved from clgetl.f
	* cli/clgetl.f: CLGETS(), CLPUTS() moved to miscunix.f
	* com/comutl.f: use CLexit() instead of Exit() in COMTCH()
	* include/cli.h: remove cfortran macro of CLGETC()

Sun Mar  6 13:08:55 JST 2005	Y.ISHISAKI

	* cli/version.f: version 2.00 -> 2.01
	* com/com_cwrapper.c: add extern ...() declarations for gcc warnings
	* cli/cli_cwrapper.c: add extern ...() declarations for gcc warnings
	* cli/clicmd.f: set Ierr & error message when CLfindpath() fails

Wed Mar  2 01:07:49 JST 2005    Y.ISHISAKI

	* cli/clsubr.f: created for subroutine support
	* cli/clmacr.f: $(?symbol) support in CLgetv()
	* cli/cllab.f: cancel if blocks only inside current proc.
	* cli/clicmd.f: add '@.return [VAL]' command
	* cli/clicmd.f: add '@.sub/call' support
	* cli/clproc.f: check for if in CLIEOF by checking IF_LUN
	* cli/clhcmd.f: allow history command at mid of line
	* cli/clhcmd.f: add CLHEVAL()
	* cli/clhcmd.inc: add LHIS(0:MAXHIS-1)
	* cli/chard.f: replace arguments moved from clgetl.f
	* cli/chard.f: history command interpretation moved to clgetl.f
	* cli/chard.f: add @.sub, @.endsub support
	* cli/clgetl.f: replace arguments moved to chard.f
	* cli/clgetl.f: disable console mode arguments
	* cli/clgetl.f: check history command in console mode
	* cli/cli_cwrapper.c: add CLsetpath(), CLfindpath()
	* include/cli.h: add declarations of CLsetpath(), CLfindpath()

Tue Mar  1 23:06:15 JST 2005	Y.ISHISAKI

	* cli/clpath.f: file created & CLpath() moved from miscunix.f
	* cli/clopen.f: use CLaddext() instead of FILTYP()
	* cli/iopen.f: use CLaddext() instead of FILTYP()
	* cli/miscunix.f: CLmkpn() removed
	* cli/miscunix.f: CLpath() moved to clpath.f
	* cli/miscunix.f: Filtyp() moved to clpath.f & renamed CLaddext()
	* cli/clicmd.f: print message when symbol contains ' ' or '!'
	* cli/clicmd.f: add '@.path' command
	* cli/clicmd.f: use CLfindpath() for '@ file'
	* cli/clstatus.f: add 'PATH' support
	* include/cli.h: CLMKPN,CLPATH,LISTC,FILTYPE,FORDCLI macro removed

Sun Feb 27 00:10:04 JST 2005	Y.ISHISAKI

	* cli/clunit.inc: add LARGS for each length of ARGLST
	* cli/clargs.f: use LARGS instead of Lenrd()
	* cli/clproc.f: set back current arguments in CLeof & CLstop
	* cli/clmacr.f: removed CLmacL(). use CLgetv() instead
	* cli/clmacr.f: check TAB in CLmacS()
	* cli/clgetl.f: use Fgetc() in CLgets
	* cli/clgetl.f: add CLputs() which use Fputc()
	* cli/clicmd.f: call CLputs() instead of Write (LUN,'(A)')
	* cli/chard.f: call CLputs() instead of Write (LUN,'(A)')
	* cli/cldata.f: add initializaitions for NULL, LINEFEED
	* cli/clidef.inc: add declarations of NULL, LINEFEED

Sat Feb 26 01:29:55 JST 2005	Y.ISHISAKI

	* cli/cli_cwrapper.c: add CLlast(), CLilvl(), CLflas(), CLflag()
	* include/cli.h: add declaration of CLlast(), CLLAST() cfortran macro
	* include/cli.h: add declaration of CLilvl(), CLflas(), CLflag()
	* cli/clflag.f: add entries CLflaS (=FLGRD), CLflaG (=FLARD)
	* cli/clflag.f: removed dummy parameter of CLILVL
	* cli/clflag.f: CLlast moved from chard.f
	* cli/chard.f: CLlast moved to clflag.f
	* cli/chard.f: rename LINE/LAST -> c*/c*, moved into clitxt.inc
	* cli/chard.f: change ARGRD,UGETRD,CLlast Entry -> Subroutine
	* cli/chard.f: CLINCO moved from clgetl.f
	* cli/clgetl.f: CLINCO moved to chard.f
	* cli/clgetl.f: rename ISNGL -> Opt_DEBUG, check for 0.ne.Opt
	* cli/clicmd.f: rename ISNGL -> Opt_DEBUG
	* cli/clicmd.f: add information message on "@?" (toggle debug)
	* cli/clicmd.f: allow setting $? by user
	* cli/clicmd.f: do not change Opt_DEBUG status on "@ file"
	* cli/cliset.f: rename ISNGL -> Opt_DEBUG
	* cli/opnrd.f: do not change Opt_DEBUG (formerly ISNGL) status
	* cli/cllog.f: LOGFILE declaration move to unitrd.inc
	* cli/clflag.inc: add Opt_ALIAS/DOLLAR/PERCENT/BSLASH/INCO/HISTORY
	* cli/clflag.inc: separate string into FLAGRD2 for --pedantic
	* cli/clflag.inc: rename ISNGL -> Opt_DEBUG
	* cli/clflag.inc: IPNT moved to clitxt.inc
	* cli/clflag.inc: rename ICON -> ICONCAT
	* cli/clunit.inc: renamed from 'unitrd.inc' -> 'clunit.inc'
	* cli/unitrd.inc: separate string into UNITRD2 for --pedantic
	* cli/unitrd.inc: LOGFILE declaration moved from cllog.f
	* cli/clitxt.inc: add 'c' on head for each variables
	* cli/clitxt.inc: add cLINE, cLAST
	* cli/clitxt.inc: IPNT moved from clflag.inc

Fri Feb 25 14:20:00 JST 2005	Y.ISHISAKI

	* cli/chard.f: CLinco() [deprive inline comments] after CLICMD()
	* cli/chard.f: ignore @.if/elif/else/endif inside comment
	* cli/clgetl.f: call CLhins() only when LTSSIN=T, console mode
	* cli/clgetl.f: insert '-' to the prompt when ISKIP, in CLMKPR()
	* cli/clargs.f: change spec of command line arguments,
		Now, command arguments are only set to CLI variables,
		$%0, $%1, ..., $%9   for each words,
		$%* for the whole line,
		$%# for number of arguments.
	* cli/clmacr.f: removed CLmacR(). use CLeval() instead
	* cli/clmacr.inc: change size 255 -> 256, define MACKSIZ, MACBSIZ
	* include/cli.h: remove CLMACR() cfortran macro

Wed Feb 23 04:39:37 JST 2005	Y.ISHISAKI

	* support for @:label, @.goto, @.if/endif, @.while/end, @.repeat/until
	* cli/chard.f: include 'cldata.f', got a problem with OSF1
	* cli/clgetl.f: remember last console input for console arguments
	* cli/clargs.f: CLargS just remember line in ARGLST
	* cli/clargs.f: CLARGP,CLARGI,CLPUSH,CLPOP removed
	* cli/clargs.f: add new args LINE, L for CLargR()
	* cli/clicmd.f: show status with sole '@'
	* cli/cldata.f: created for block data initialization for common
	* cli/cldata.f: block data CLIBLK -> CLDATA moved from chard.f
	* cli/chard.f: block data CLIBLK -> CLDATA moved to cldata.f
	* cli/clgetlun.f: add CLmarklun()
	* cli/cli_cwrapper.c: CLmarklun()
	* cli/unitrd.inc: add ARGLST, remove FILIST
	* cli/cliarg.inc: file removed
	* cli/cstack.inc: file removed
	* include/cli.h: add CLmarklun()
	* cli/cldata.f: change HEX character into decimal for --pedantic option

Tue Feb 22 22:49:15 JST 2005	Y.ISHISAKI

	* cli/clstatus.f: clstatus.f created for @.status & @.show
	* cli/unitrd.inc: remove IRD,IWR,HELSET,TTCHAN,TLUN
	* cli/chard.f: delete Entry CTZRD()
	* cli/clgetl.f: remove using LMOD in CLGETL()
	* cli/clgetl.f: remove using 'tvdisp.inc', LTVLOC in CLGETL()
	* cli/clgetl.f: remove using LASK in CLGETL(), instead LTSSIN
	* cli/clgetl.f: call CLerok in CLstop, instead of IFLQ,IPNT,IFCR
	* cli/clgetl.f: LAST = LEN(LINE) for truncated too long line
	* cli/clgetl.f: CLstar() moved to clflag.f
	* cli/clgetl.f: CLCURL,CLIEOF,CLSTOP,CLSUSP,CLRESM moved to clproc.f
	* cli/clproc.f: created for command procedure
	* cli/clproc.f: CLCURL,CLIEOF,CLSTOP,CLSUSP,CLRESM moved from clgetl.f
	* cli/logrd.f: remove using 'tvdisp.inc', LTVLOC in AFFIRM()
	* cli/miscunix.f: remove IFTSS(),TPUT(),TGET(),IFATN(),RSTATN()
	* cli/clecho.f: remove using IFTSS() in CLIerr()
	* cli/clecho.f: remove using IFATN(),RSTATN() in ARGRD(),UGETRD()
	* cli/clflag.f: renamed from 'flgrd.f' into 'clflag.f'
	* cli/clflag.inc: renamed from 'flagrd.inc' into 'clflag.inc'
	* cli/clflag.inc: remove ICTZ, IDEBUG, IFF, LOPNRD
	* cli/clflag.inc: CLstar() moved from clgetl.f
	* cli/cli_cwrapper.c: add CLstar()
	* include/cli.h: add declaration of CLstar(), 
	* com/comutl.f: rmove using PRCMOD() in COMINI(), always BATCH=false

Mon Feb 21 06:08:38 JST 2005	Y.ISHISAKI

	* cli/clword.f: add CLsubp2() and CLpart() call it
	* cli/clword.f: check TAB in CLpart(), CLsubp(), and CLsubp2()
	* cli/clword.f: add CLpart2(), which returns word length
	* cli/chard.f: call CLinco() here, after CLgetl()
	* cli/chard.f: check LUNPTR before calling CLhcmd()
	* cli/chard.f: delete IRD,IWR,HELSET,TTCHAN,TLUN,KLUN initialize
	* cli/clgetl.f: calling CLinco() moved from CLgetl() to ARGRD()
	* cli/clgetl.f: do not check LUNPTR in CLinco(), instead in ARGRD
	* cli/clgetl.f: show '-' on top when ISKIP in CLgetl()
	* cli/clgetl.f: CLIerr() moved to clecho.f
	* cli/clgetl.f: CLTRML() deleted, and stop using ITRML in CLGETS
	* cli/clgetl.f: CLWLOG & CLILOG moved to cllog.f
	* cli/clgetl.f: Call CLMKLOG, CLCLLOG, CLRdOUT for @(, @), @>
	* cli/clgetl.f: CLICMD moved to clicmd.f
	* cli/clgetl.f: change EOF message condition, LUNBASE -> LUNMIN
	* cli/clgetl.f: CLargR moved to clargs.f
	* cli/clecho.f: CLIerr() moved from clgetl.f
	* cli/clhcmd.f: include 'clhcmd.inc' for common
	* cli/clhcmd.f: show all history with single '!'
	* cli/clhcmd.f: allow direct numbering by '!number'
	* cli/clhcmd.inc: created for common variables for clhcmd.f
	* cli/cllog.f: moved from clgetl.f
	* cli/cllog.f: CLIMEM() deleted
	* cli/clibuf.inc: file removed
	* cli/cliio.inc: file removed
	* cli/flagrd.inc: IMEM, NMEM removed, which had been used for CLIMEM
	* cli/cllog.f: CLWLOG & CLILOG moved from clgetl.f
	* cli/clicmd.f: CLICMD moved from clgetl.f
	* include/cli.h: remove declaration of CLiopen(), 
	* cli/clair.f, clalir.inc: rename MAC -> ALI
	* cli/clargs.f: renamed from 'cfargs.f' into 'clargs.f'
	* cli/clargs.f: routine name also CFarg* -> CLarg*
	* cli/clargs.f: CLargR moved from clgetl.f
	* cli/unitrd.inc: add MAXLABEL, MAXLOOP

Wed Feb 16 22:30:50 JST 2005	Y.ISHISAKI

	* cli/version.f: version 1.91 -> 2.00
	* cli/printf.f: insert 'Implicit None'
	* cli/clhcmd.f: insert 'Implicit None'
	* cli/qopen.f: insert 'Implicit None'
	* cli/qopen.f: Use IntrdX instead of Intrd in CLISTC()
	* cli/qopen.f: check also '?' in XOPEN(), CLISTC()
	* cli/unixc.c: use mkstemp() instead of tempnam() in ftempnam_()
	* cli/unixc.c: add fsleep_(), fusleep_()
	* cli/unixc.c: check popen(), malloc(), getcwd() errors
	* cli/unixc.c: add clexitcode_(), CLexitcode()
	* cli/clsleep.f: created
	* cli/clgetl.f: add '@.sleep' command
	* cli/clgetl.f: expand CLI variables first, except @$ command
	* cli/clgetl.f: use Fsystem() for @$ instead of IPFCMD()
	* cli/cleval.f: move `command` & ?prompt support into clgetl.f
	* cli/miscunix.f: add CLstrupc(), CLstrdwc(), CLstricmp()
	* cli/miscunix.f: remove IPFCMD()
	* cli/miscunix.f: set CLI variable "?" in CLexec()
	* cli/cli_cwrapper.c: bug fix in CLimem(), add CLsleep()
	* cli/cli_cwrapper.c: add CLstrdwc(), CLstricmp(), CLstrnicmp()
	* cli/cli_cwrapper.c: add CLgetlun(), CLfreelun()
	* cli/cli_cwrapper.c: add CLrhis(), CLwhis(), CLphis()
	* cli/cli_cwrapper.c: change CLiopt(char*,int) -> CLiopt(char*,int*)
	* cli/clrdln-dummy.f: add CLrhis(), CLwhis(), CLphis(), CLsigunsetmask
	* cli/clrdln.c: call free(fn) in clrhis_(), clwhis_()
	* cli/cl_getlun.f: imported from dis45_getlun.f
	* include/cli.h: add declaration of CLsleep(), 
	* include/cli.h: int -> void declaration for CLilun()
	* include/cli.h: add declaration of CLstrdwc(),CLstricmp(),CLstrnicmp()
	* include/cli.h: add declaration of CLgetlun(), CLfreelun()
	* include/cli.h: add declaration of CLrhis(), CLwhis(), CLphis()
	* include/cli.h: change CLiopt(char*,int) -> CLiopt(char*,int*)
	* include/cli.h: add declaration of CLexitcode(void)
	* doc/cli-userguide.doc: add explanation for @.sleep, $?
	* doc/cli-progguide.doc: add explanations of new functions

Tue Jul  6 01:46:23 JST 2004	Y.ISHISAKI

	* version 1.91 (based on headas-ASTROE2_GSFC_BLD_20040621)
	* include/cli|com.h:
	  remove redundant semicolon after extern "C" { .. }
	* cli/version.f: version 1.90 -> 1.91
	* cli/clsignal.c: use sigemptyset() in clsigf_()
	* cli/Imakefile: remove clhelp.c

Thu Dec 30 15:10:44 JST 1999	Y.ISHISAKI

	* include/cli.h: bug fix in definition of CLsetd()
	* cli/cli_cwrapper.c: bug fix in of CLsetd()

Thu May 13 04:50:54 JST 1999	Y.ISHISAKI

	* version 1.90
	* cli/version.f: version 1.81 -> 1.90

Sat Apr  3 08:07:43 JST 1999	Y.ISHISAKI

	* cli/clrdln.c: add clrhis_(), clwhis_()
	* cli/unixc.c: call getcwd() instead of getwd() in fgetwd_()

Sun Jan 24 15:08:50 JST 1999	Y.ISHISAKI

	* cli/clmacr.f: increase varstr size from Character*20 -> 32 in CLsetd
	* cli/clrdln.c: add clphis_()
	* cli/clgetl.f: add @.history command

Sat Dec 26 16:30:18 EST 1998	Y.ISHISAKI

	* cli/clrdln.c: bug fix (when lbuf==1)

Wed Oct 14 23:50:19 JST 1998	Y.ISHISAKI

	* cli/clgetl.f: accept only "@./file" or "@../file"
	* cli/clgetl.f: remove duplicated message of "Can't open 'aa.com'"
	* cli/logrd.f: just call LOGRD() when non-TTY in AFFIRM()

Wed Aug 12 05:42:12 JST 1998	Y.ISHISAKI

	* cli/cli_cwrapper.c: bug fix for CLgetv()
	* include/cli.h: bug fix for CLgetv()

Thu Jul 16 20:40:05 JST 1998	Y.ISHISAKI

	* version 1.81
	* cli/clgetl.f: MSG*32 -> 256 in CLIEOF()
	* com/comutl.f: add ANS0 arg (do not upcase) for COMKEY
	* com/inquire.f: COMKEY(PROMPT,RESP) -> COMKEY(PROMPT,RESP0,RESP)
	* com/inquire.f: Character*50 RESP, BESP -> Character*256
	* com/chval.f: COMKEY(PROMPT,RESP) -> COMKEY(PROMPT,RESP,RESP)
	* com/chval.f: Character*64 RESP, TEXT -> Character*256
	* com/modval.f: COMKEY(PROMPT,RESP) -> COMKEY(PROMPT,RESP,RESP)
	* com/modval.f: Character*64 CCMVAL, RESP, BESP -> Character*256
	* com/showit.f: COMKEY(PROMPT,RESP) -> COMKEY(PROMPT,RESP,RESP)
	* com/crange.f: COMKEY(PROMPT,RESP) -> COMKEY(PROMPT,RESP,RESP)
	* cli/clgetl.f: print @*/ in com file

Wed Jul  8 22:30:05 JST 1998	Y.ISHISAKI

	* cli/qopen.f: check if file exist after CLowrt
	* cli/clopen.f: check if file exist after CLowrt
	* cli/clgetl.f: remove QTEMP variable in CLMKPR
	* cli/clitxt.inc: character*80 -> 256
	* cli/numrd.f: check QUOTE
	* cli/qopen.f: use '1X' instead of '1H '
	* cli/sysunix.f: use '1X' instead of '1H '
	* cli/sysunix.f: Write (*, '(1X,A)') instead of PRINT *
	* cli/clgetl.f: expand CLI variables in @ file / filter |

Wed May 27 19:20:20 JST 1998	Y.ISHISAKI

	* version 1.80
	* cli/clidef.inc: Parameter -> Common for g77
	* cli/chard.f: add CLIDEF block data
	* cli/clword.f: delete CHAR() in Parameter statements
	* cli/clgetl.f: treat Opt_ECHO and ISKIP as Integer instead of Logical
	* cli/miscunix.f: copy dummy string in CLowrt
	* cli/miscunix.f: add Implicit None
	* com/comhelp.f: modify Format statement (add comma)
	* com/comutl.f: modify Format statement (add comma)
	* com/crange.f: modify Format statement (add comma)
	* com/inquire.f: modify Format statement (add comma)
	* com/modval.f: PREFIX//NAMES(J) -> PREFIX,NAMES(J)
	* com/modval.f: modify Format statement (add comma)
	* com/showit.f: modify Format statement (add comma)
	* com/telbit.f: .AND. -> IAND()
	* com/telbit.f: modify Format statement (add comma)
	* com/tellit.f: modify Format statement (add comma)
	* cli/clopen.f: remove READONLY in OPEN statement for g77
	* cli/iopen.f: remove READONLY in OPEN statement for g77
	* cli/qopen.f: remove READONLY in OPEN statement for g77
	* cli/qopen.f: remove Carriagecontrol in OPEN statement for g77
	* cli/miscunix.f: rewrite CLsig[GPCSRHIXF]
	* cli/unixc.c: remove fsignal()
	* cli/clsignal.c: moved from miscunix.f

Mon Apr 13 18:11:18 JST 1998	Y.ISHISAKI

	* version 1.71
	* {com,cli}/cwrapper.c: renamed to {com,cli}_cwrapper.c

Thu Oct 23 00:05:06 JST 1997	Y.ISHISAKI

	* version 1.70

Wed Oct 22 01:49:11 JST 1997	Y.ISHISAKI

	* cli/flgrd.f: CLIopt(): ?AT ?ECHO ?EOF return current settings
	* cli/version.f: created
	* include/cli.h: add CLvers() and CLVERS() definitions
	* cli/cwrapper.c: add CLvers()
	* cli/clgetl.f: interpret "@.version"
	* doc/cli-userguide.doc: add "@.version"

Wed Oct 15 20:55:09 JST 1997	Y.ISHISAKI

	* cli/opnrd.f: call CFARGS in Opnrd() & Lunrd()
	* cli/clgetl.f: call CFARGP regardless of LOPNRD
	* cli/clgetl.f: print '(LUN: End of File)' only when (80<LUN)

Wed Aug 20 19:27:47 JST 1997	Y.ISHISAKI

	* com/modval.f: add prefix 'nnn: ' for each names
	* com/comutl.f: COMTCH(): accept '#N' as keyword number N

Sun Aug 17 23:53:37 JST 1997	Y.ISHISAKI

	* clgetl.f: CLIeof(): remove tail spaces for '(#: End of File)' message

Tue Aug 12 23:53:10 JST 1997	Y.ISHISAKI

	* include/cli.h: add definition of FDPRDX, HEXRDX
	* cli/keyrd.f: Ambrd,Keyrd return if input word match menu item exactly

Wed Jul  9 18:48:29 JST 1997	Y.ISHISAKI

	* include/com.h,cli.h: usable from C++
	* cli/numrd.f: add TEXT arg, regard TAB as SPACE
	* cli/intrdl.f: add IntrdX, FltrdX, FdprdX, HexrdX
	* cli/txtrd.f: delete IntrdX, FltrdX, FdprdX
	* cli/cwrapper.c, include/cli.h: add CLhexrdX()

Mon Jun  9 06:05:49 JST 1997	Y.ISHISAKI

	* cli/clmacr.f: bug fix in reusing macro of length = 0 in CLsetv()

Wed Feb 26 12:45:03 JST 1997	Y.ISHISAKI

	* cli/clgetl.f: regards '@./test' (have '/') as a command file

Wed Feb 26 03:43:07 JST 1997	Y.ISHISAKI

	* com_cli version 1.61
	* cli/opnrd.f: set file name in FILIST common in Opnrd & Lunrd
	* cli/clgetl.f: support '@ command |'
	* cli/clgetl.f: check LPTRSV in CLIEOF & CLICMD
	* cli/opnrd.f: check LPTRSV in Opnrd & Lunrd
	* cli/clgetl.f: resume only when console input by '@<'
	* cli/clgetl.f: reset FILINE in CLICMD
	* cli/clgetl.f: reset FILINE in Opnrd & Lunrd
	* cli/unitrd.inc: FILINE -> FILINE(0:LUNMAX)
	* cli/clgetl.f: count FILINE & set FILBUF for console input
	* cli/sysunix.f: CLprom fix for OSF1
	* cli/clgetl.f: change prompt for debug mode
	* cli/clgetl.f: add 'C' & '?' command for debug mode
	* cli/clgetl.f: add '@.status', '@.abort', '@.debug', '@.help' command
	* cli/clgetl.f: set LPTRSV=0 in CLstop
	* cli/clgetl.f: call CLIERR if CLI command not found
	* cli/Imakefile: create clhelp.c automatically from cli-userguide.doc
	* doc/RELEASE.NOTES-1.60,1.61: created

Mon Feb 24 07:15:56 JST 1997	Y.ISHISAKI

	* cli/cfargs.f: fix starck overflow message (remove '%CLI-E')
	* cli/miscunix.f: call Lenrd in CLfdel
	* cli/miscunix.f: do nothing if EXT is empty in FILTYPE
	* cli/clopen.f: Character * 132->256 Name1, Fulnam in CLopen

Sat Feb 22 15:09:25 JST 1997	Y.ISHISAKI

	* com_cli version 1.60
	* com/comutl.f: call EXIT -> call EXIT(1) in COMTCH
	* cli/unixc.c: add fputenv_
	* cli/clalir.f: add CLaliU
	* cli/clgetl.f: add @. commands
		alias, cd, chdir, exit, resume, setenv, suspend, unalias

Tue Feb 11 04:44:12 JST 1997	Y.ISHISAKI

	* cli/clgetl.f: print LUN when EOF in CLIEOF
	* cli/clgetl.f: reset LUNLST(LUNPTR) = 80 + LUNPTR in CLIEOF
	* cli/cfargs.f: call CLIerr in CLpush & CLpop when error
	* cli/clgetl.f: support '@//' for print message
	* cli/clgetl.f: support '@+'/'@-' or '@++'/'@--' for echo on/off
	* cli/clgetl.f: support '@%%' and '@##'
	* cli/cleval.f: support '@symbol=?prompt'
	* cli/clgetl.f: support '@/*', '@*/' for commenting
	* cli/flagrd.inc: add ISKIP

Mon Feb  3 17:39:55 JST 1997	Y.ISHISAKI

	* cli/clmacr.f: reverse printing order of CLI variables when '@='
	* cli/clmacr.f: call LENRD instead of LKBRD in CLsetv
	* cli/lenrd.f: do not copy string in LKBRD if not required

Thu Jan 23 19:58:46 JST 1997	Y.ISHISAKI

	* com/comode.inc: MAXENT = 64 -> 100 for minuit
	* com/modval.f: BSIZE 2048 -> MAXENT*32

Sat Dec 28 17:57:56 JST 1996	Y.ISHISAKI

	* include/cli.h: add definition of CLGETV
	* include/cli.h: add definition of CLATOD, CLatod
	* cli/cwrapper.c: add CLatod()

Wed Dec  4 01:26:08 JST 1996	Y.ISHISAKI

	* cli/clmacr.f: COMMON definition move to 'clmacr.inc'
	* cli/clmacr.f: check macro buffer overflow
	* cli/clmacr.f: reuse macro of length = 0
	* cli/clmacr.inc: MAXMAC = 1024, keylen = 64, bufsize = 255

Fri Nov 22 14:33:52 JST 1996	Y.ISHISAKI

	* com_cli version 1.52

Mon Nov 11 23:41:57 JST 1996	Y.ISHISAKI

	* cli/cwrapper.c: bug fix in CLlogrd(): call intrd_ -> logrd_ 
	* Imakefile.def: default INSTALL_LIB_PATH ../$(EXT) -> $(TOP)/$(EXT)
	* com/modval.f: BSIZE 640 -> 2048

Mon Nov  4 11:55:49 JST 1996	Y.ISHISAKI

	* com_cli version 1.51
	* cli/chard.f: Opt_AT -> Opt_AT.ne.0 in if expression
	* cli/flgrd.f: change declaration syntax of CLILVL function
	* cli/clopen.f: open() syntax change for f2c

Sun Oct 13 18:05:22 JST 1996	Y.ISHISAKI

	* cli/cwrapper.c: add fill_tail_spaces() in several functions

Fri Sep 20 15:46:33 JST 1996	Y.ISHISAKI

	* com_cli version 1.50

Wed Sep 11 01:01:48 JST 1996	Y.ISHISAKI

	* doc/: created & some files are moved into the directory
	* sample/: created & some files are moved into the directory
	* cli/clatof.f: add CLatod()
	* cli/txtrd.f: add FdprdX()
	* cli/cwrapper.c: created
	* cli/clicheck.f: removed
	* cli/intrd.f: removed
	* com/cwrapper.c: created
	* com/comhelpo.f: removed
	* cli/logrd.f, keyrd.f, qopen.f, clgetl.f : character*80 -> 256

Tue Jul 30 19:35:38 JST 1996    Y.ISHISAKI

	* include/{cli.h,com.h}: update
	* cli/clgetl.f: CLsusp, CLresm
	* cli/clecho.f: CLecho

Mon Jan 01 00:00:00 JST 1996    Y.ISHISAKI

	* cli/clmacr.f: CLseti, CLsetf, CLsetd
