Changed to flush apdu and marc log files a apdu is recived.
authorja7 <ja7>
Tue, 29 Jan 2002 20:17:41 +0000 (20:17 +0000)
committerja7 <ja7>
Tue, 29 Jan 2002 20:17:41 +0000 (20:17 +0000)
commit2984a4a74dbbe7aaf4f07788ae4785041cf6004a
tree342a9addf5a39d12d456a415a094967385c99101
parent506058d7a9f17fcc88f899d92476fe59cc09bdfb
Changed to flush apdu and marc log files a apdu is recived.
Changed to remove blanks at end of commandline.

Added source of $HOME/.yazclientrc and ./yazclientrc on startup
added the folowing commands
  push_command   - adds the rest of the line to
  set_apdufile   - change apdu logfile from commandline
  set_marcdump   - change marcdump file form commandline
  set_cclfields  - change Ccl2rpn config file
  register_oid   - regristrate a private oid
Cleandup the tabcompletion and when it compleates on
filenames.
added completions for the follwing commands
  push_command
  format
  schema
  attributeset
  querytype

new pr. command completion is placed in tabcomplete.[ch]

Current problems:
  - the tabcompleation code is leaking - not mutch bot leaking.

Added emacs local versiables comment for tabs config to client.c
client/Makefile.am
client/client.c
client/tabcomplete.c [new file with mode: 0644]
client/tabcomplete.h [new file with mode: 0644]