Annotation of sql/mysql/ChangeLog, revision 1.5

1.5     ! paf         1: 2002-12-09  paf
        !             2:        * parser3mysql.C 1.9:
        !             3:        * parser3mysql.dsw 1.3:
        !             4:                changed exception handling mech in sql handlers #2
        !             5: 
        !             6:        * parser3mysql.C 1.8:
        !             7:        * parser3mysql.dsp 1.4:
        !             8:                changed exception handling mech in sql handlers
        !             9: 
        !            10: 2002-11-28  paf
        !            11:        * Makefile.am 1.7:
        !            12:        * Makefile.in 1.8:
        !            13:                *** empty log message ***
        !            14: 
        !            15:        * configure.in 1.13:
        !            16:                stopped double libltdl/Makefile creation
        !            17: 
        !            18: 2002-10-07  paf
        !            19:        * INSTALL 1.5:
        !            20:                INSTALL files changed to include sql/ subdir creation
        !            21: 
        !            22: 2002-08-02  paf
        !            23:        * configure [release_3_0_0005] 1.11.2.1:
        !            24:        * configure.in [release_3_0_0005] 1.11.2.1:
        !            25:                version in configure.in
        !            26: 
        !            27:        * configure 1.12:
        !            28:        * configure.in 1.12:
        !            29:                version .head
        !            30: 
        !            31:        * configure 1.11:
        !            32:                *** empty log message ***
        !            33: 
1.4       paf        34: 2002-06-04  paf
1.5     ! paf        35:        * Makefile.am 1.5:
        !            36:        * Makefile.am [release_1_0_0001] 1.4.2.1:
        !            37:        * Makefile.in 1.6:
        !            38:        * Makefile.in [release_1_0_0001] 1.5.2.1:
1.4       paf        39:                *** empty log message ***
                     40: 
                     41: 2002-06-03  paf
1.5     ! paf        42:        * parser3mysql.dsp 1.3:
1.4       paf        43:                fixed .dsp-s along with reorganized cvs modules dirs structure
                     44: 
1.5     ! paf        45:        * parser3mysql.dsp [release_1_0_0001] 1.2.2.1:
1.4       paf        46:                reorganized cvs modules
                     47: 
1.2       paf        48: 2002-02-08  paf
1.5     ! paf        49:        * libltdl/Makefile.am 1.4:
        !            50:        * libltdl/Makefile.in 1.5:
        !            51:        * libltdl/libltdl.dsp 1.1:
        !            52:        * libltdl/libltdl_mysql.dsp 1.2:
        !            53:        * parser3mysql.dsw 1.2:
1.3       paf        54:                libltdl.dsp now
                     55: 
1.5     ! paf        56:        * INSTALL 1.2:
        !            57:        * config_fixed.h 1.3:
        !            58:        * config_includes.h 1.3:
        !            59:        * parser3mysql.C 1.6:
1.2       paf        60:                2002
1.1       parser     61: 
1.5     ! paf        62:        * configure 1.10:
        !            63:        * configure.in 1.10:
1.3       paf        64:                package name & version
                     65: 
1.5     ! paf        66:        * AUTHORS 1.2:
        !            67:        * COPYING 1.2:
        !            68:        * INSTALL 1.3:
        !            69:        * INSTALL 1.4:
        !            70:        * README 1.2:
        !            71:        * README 1.3:
1.3       paf        72:                install&others updated
                     73: 
1.5     ! paf        74:        * configure 1.9:
        !            75:        * configure.in 1.9:
        !            76:        * libltdl/Makefile.am 1.2:
        !            77:        * libltdl/Makefile.in 1.3:
        !            78:        * libltdl/acconfig.h 1.1:
        !            79:        * libltdl/acinclude.m4 1.2:
        !            80:        * libltdl/aclocal.m4 1.2:
        !            81:        * libltdl/config_auto.h.in 1.2:
        !            82:        * libltdl/configure 1.2:
        !            83:        * libltdl/configure.in 1.2:
1.2       paf        84:                only-static link
                     85:                removed extra libtool generation
1.3       paf        86: 
1.5     ! paf        87:        * Makefile.am 1.4:
        !            88:        * Makefile.in 1.5:
        !            89:        * libltdl/Makefile.am 1.3:
        !            90:        * libltdl/Makefile.in 1.4:
1.3       paf        91:                'make dist' works
1.1       parser     92: 
1.5     ! paf        93:        * parser3mysql.C 1.7:
1.2       paf        94:                name spelling
1.1       parser     95: 
1.2       paf        96: 2001-12-24  paf
1.5     ! paf        97:        * configure.in 1.7:
1.2       paf        98:                trying to autodetermine includes dir
1.1       parser     99: 
1.5     ! paf       100:        * configure 1.8:
        !           101:        * configure.in 1.8:
1.2       paf       102:                mysql inc dir autodetected
1.1       parser    103: 
1.2       paf       104: 2001-11-24  paf
1.5     ! paf       105:        * aclocal.m4 1.1:
1.2       paf       106:                for some reason makefile tries to make this file when it doesn
                    107:                t exist, ignoring the fact that that's not needed, we already
                    108:                have 'configure' made by autoconf, and that file only needed
                    109:                for that.
1.1       parser    110: 
1.2       paf       111: 2001-11-16  paf
1.5     ! paf       112:        * parser3mysql.C 1.5:
1.2       paf       113:                introducing estimating String::cstr_bufsize, 0
1.1       parser    114: 
1.2       paf       115: 2001-11-11  paf
1.5     ! paf       116:        * Makefile.in 1.4:
        !           117:        * configure 1.7:
        !           118:        * parser3mysql.C 1.4:
1.2       paf       119:                init(not const
1.1       parser    120: 
1.2       paf       121: 2001-11-08  paf
1.5     ! paf       122:        * parser3mysql.C 1.3:
1.2       paf       123:                2001.11.06 numrows on "HP-UX istok1 B.11.00 A 9000/869 448594332 two-user license"
                    124:                                3.23.42 & 4.0.0.alfa never worked, both subst & .sl version returned 0
1.1       parser    125: 
1.5     ! paf       126:        * Makefile.am 1.3:
        !           127:        * Makefile.in 1.3:
1.2       paf       128:                lib prefix
1.1       parser    129: 
1.2       paf       130: 2001-10-30  paf
1.5     ! paf       131:        * configure.in 1.6:
1.2       paf       132:                rtti needed on solaris for exceptions to work OK, removing -fno
                    133:                rtti from everywhere
1.1       parser    134: 
1.5     ! paf       135:        * config_auto.h.in 1.2:
        !           136:        * configure 1.6:
1.2       paf       137:                makes
1.1       parser    138: 
1.2       paf       139: 2001-10-29  paf
1.5     ! paf       140:        * config_fixed.h 1.2:
        !           141:        * config_includes.h 1.2:
        !           142:        * configure.in 1.5:
1.2       paf       143:                setjump
1.1       parser    144: 
1.2       paf       145: 2001-10-28  paf
1.5     ! paf       146:        * configure 1.5:
        !           147:        * configure.in 1.4:
1.2       paf       148:                conf
1.1       parser    149: 
1.5     ! paf       150:        * configure 1.4:
        !           151:        * configure.in 1.3:
1.2       paf       152:                no-rtti and _ to - in key
1.1       parser    153: 
1.2       paf       154: 2001-10-02  parser
1.5     ! paf       155:        * parser3mysql.C 1.2:
        !           156:        * parser3mysql.dsp 1.2:
1.2       paf       157:                changed connect string format to support options
                    158:                charset=cp1251_koi8
                    159:                timeout=3
                    160:                compress=1&
                    161:                named_pipe=1
1.1       parser    162: 
1.2       paf       163: 2001-09-25  parser
1.5     ! paf       164:        * configure 1.3:
1.2       paf       165:                makes
1.1       parser    166: 
1.5     ! paf       167:        * configure.in 1.2:
1.2       paf       168:                sanity check
1.1       parser    169: 
1.2       paf       170: 2001-09-24  parser
1.5     ! paf       171:        * Makefile.am 1.2:
        !           172:        * Makefile.in 1.2:
        !           173:        * configure 1.2:
        !           174:        * libltdl/Makefile.in 1.2:
1.2       paf       175:                makes
1.1       parser    176: 

E-mail: