$RBGB/pr_load.CVSLog060208.top NOTE: From rcsview then cvs log in an older bde/pr_util tree, (~/bde2alpha_rl/bde/pr_util) before pr_util_[no]log went into CVS. [$CASE/cvs/rcsview/... is an Xwindows viewer whose cut/paste commands (if any) I don' know so I can'gt show you the rev1.4 addition as a diff that way. But I do using cvs diff at the end.] Rev 1.4 is the first one where do_pr_add returned if ...[hcg-tbl_idx] == '\0' and skipped adding a row to the database. - RJL060208 ============================ From cvs log pr_load.c: revision 1.4 date: 2005/07/24 01:49:01; author: lechner; state: Exp; lines: +96 -989 This checks in pr_*.c and 94*.h files generated by chgen13 on 050723. Only a few isolated warnings remain. Circa 900 lines of pr_load.c were removed, and lut.c from chgen/src was used insted in pr_load.c. ---------------------------- revision 1.3 date: 2005/06/08 01:26:18; author: lechner; state: Exp; lines: +563 -406 Checkin of bde/pr_util version from chgen13 updated to remove warnings-RJL. ============================================================================= saturn.cs.uml.edu(275)> pwd /tmp_mnt/nfs/galaxy/faculty/fac1/lechner/bde2alpha_rl/bde/pr_util saturn.cs.uml.edu(276)> cvs log pr_load.c|m RCS file: /usr/proj3/case/95s523/95sbde/base/Master/bde/pr_util/pr_load.c,v Working file: pr_load.c head: 1.8 branch: locks: strict access list: symbolic names: bde060123: 1.8 bde060114: 1.8 bde050823: 1.8 bde050730: 1.6 bdegen13: 1.3 RootOfBdeLog: 1.1.2.27 Gen13Branch: 1.1.2.27.0.2 rootOfBdeGen13Branch: 1.1.2.27 bde040720: 1.1.2.21 GENV12: 1.1.2.4 bde2alpha_011204: 1.1.2.1 bde2alpha_2k0922: 1.1.2.1 bde2alpha_rv: 1.1.0.2 keyword substitution: kv total revisions: 35; selected revisions: 35 description: ---------------------------- revision 1.8 date: 2005/08/12 03:52:25; author: lechner; state: Exp; lines: +76 -55 Moved Notes on concurrent log and replay to end. Changed ++tbl_abbrv to tbl_abbrv++ inside while loop. Expanded a 'pr_add failed' message, added default: "Bad tbl_abbr=%s\n" case. Added printviewlist utility to print version char for each tbltype in view. ---------------------------- revision 1.7 date: 2005/07/31 21:16:31; author: lechner; state: Exp; lines: +16 -9 Simplified one hcg_* expression; added \t to a whitespace skip loop; reformatted some long lines. ---------------------------- revision 1.6 date: 2005/07/30 18:56:22; author: lechner; state: Exp; lines: +50 -40 Reformatted poor indents from code generator. Added more comments. Added fwd decl: extern int lut_init(lut_st *, lut_type); Added assert((k1!= NULL) & (k2!= NULL)); in key_compare() Added "pr_add failed:..." message in do_pr_add(). ---------------------------- revision 1.5 date: 2005/07/25 06:04:25; author: lechner; state: Exp; lines: +15 -13 Made call to pr_replay() conditional on #ifdef GENLOG. ---------------------------- revision 1.4 date: 2005/07/24 01:49:01; author: lechner; state: Exp; lines: +96 -989 This checks in pr_*.c and 94*.h files generated by chgen13 on 050723. Only a few isolated warnings remain. Circa 900 lines of pr_load.c were removed, and lut.c from chgen/src was used insted in pr_load.c. ---------------------------- revision 1.3 date: 2005/06/08 01:26:18; author: lechner; state: Exp; lines: +563 -406 Checkin of bde/pr_util version from chgen13 updated to remove warnings-RJL. ---------------------------- revision 1.2 date: 2005/05/27 03:11:01; author: lechner; state: Exp; lines: +2793 -0 Backups of bde/pr_util/pr_*.c files made by genv13 050526 ---------------------------------------------------------------------- ---------------------------- revision 1.1 date: 2000/09/23 01:22:25; author: lechner; state: dead; branches: 1.1.2; file pr_load.c was initially added on branch bde2alpha_rv. ---------------------------- revision 1.1.2.27 date: 2005/02/25 00:34:12; author: lechner; state: Exp; lines: +10 -5 . . .