1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378
|
2007-08-15 Junichi Uekawa <dancer@debian.org>
* Makefile.am: viper2->aegis.
* libdshconfig.spec: include contributed spec file.
2006-01-24 Junichi Uekawa <dancer@debian.org>
* libdshconfig.dox.in (GENERATE_TAGFILE): change name of tag to libdshconfig.tag
2006-01-20 Junichi Uekawa <dancer@debian.org>
* debian/control (Build-Depends): move to doxygen, and update to new policy, and debhelper version.
* debian/rules:
* libdshconfig.dox.in: 0.20.12, move to doxygen for documentation.
* configure.ac:
* NEWS:
* Makefile.am:
2004-06-06 Junichi Uekawa <dancer@debian.org>
* configure.ac: 0.20.11
2004-05-29 Junichi Uekawa <dancer@debian.org>
* configure.ac: add output for version script.
* dsh.ver: Include hidden symbols.
* configure.ac: 0.20.10.cvs.2 for versioned script support.
* debian/rules (configure-stamp): use versioned symbols.
* dsh.ver: add a versioning "libdshconfig0"
* Makefile.am (libdshconfig_la_LDFLAGS): add support for extra option.
(EXTRA_DIST): add dsh.ver
* configure.ac: try to add versioned symbols with --with-versioned-symbol
2004-05-28 Junichi Uekawa <dancer@debian.org>
* configure.ac: 0.20.10.cvs.1
* libdshconfig.spec: Add from Erik Wasser <ew@iquer.net>
* Makefile.am (EXTRA_DIST): add libdshconfig.spec
2004-01-06 Junichi Uekawa <dancer@debian.org>
* configure.ac: 0.20.10
* libdshconfig.c: fix from Pere for AIX build failure
Note that the changes cause a warning message as follows on most architectures, but it's harmless.
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/home/dancer/local/include/ -O2 -Wall -g -MT libdshconfig.lo -MD -MP -MF .deps/libdshconfig.Tpo -c libdshconfig.c -fPIC -DPIC -o .libs/libdshconfig.o
libdshconfig.c:249: warning: `rpl_malloc' defined but not used
2004-01-05 Junichi Uekawa <dancer@debian.org>
* configure.ac: 0.20.9
* Makefile.am (upload-dist-all): update build rules to remove mikilab
* libdshconfig.c: update copyright notice to include 2004.
* libdshconfig.c (rpl_malloc): define rpl_malloc function so that
build succeeds with AIX. Mandated since autoconf 2.55.
Reported by Petter Reinholdtsen <pere@hungry.com>
2003-07-19 Junichi Uekawa <dancer@debian.org>
* configure.ac: 0.20.8.cvs.1
2002-12-07 Junichi Uekawa <dancer@debian.org>
* autogen.sh: Copied from dlisp, to allow bootstrapping with
automake1.7 and autoconf2.5
2002-11-09 Junichi Uekawa <dancer@debian.org>
* configure.ac: 0.20.8
added a test for sane long-line processing.
* Makefile.am (TESTS): add the long-line test.
requires perl to run.
* tests/test-longline.sh: heavy-load testing.
2002-10-23 Junichi Uekawa <dancer@debian.org>
* debian/control (Build-Depends): update to add doc++
2002-10-22 Junichi Uekawa <dancer@debian.org>
* configure.ac: 0.20.7.
merge 0.20.6 and 0.20.5.cvs.2, which was not merged.
2002-10-21 Junichi Uekawa <dancer@debian.org>
* configure.ac: 0.20.6
2002-10-12 Junichi Uekawa <dancer@debian.org>
* configure.ac: 0.20.5.cvs.2
* libdshconfig.c (read_oneline): use size_t for getline.
* Makefile.am (clean-local): clean doc.
(doc): create doc using doc++
* configure.ac: check for DOCPP
2002-10-09 Junichi Uekawa <dancer@debian.org>
* configure.ac: 0.20.5.cvs.1
change version so that we know
2002-10-07 Junichi Uekawa <dancer@debian.org>
* debian/rules: remove unneeded variables.
* debian/control (Standards-Version): 3.5.7
2002-10-03 Junichi Uekawa <dancer@debian.org>
* autogen.sh: ordering of autogen fixed.
fix autogen.
* configure.ac: back-support automake 1.5. Debian 3.0r0
only has automake 1.5
2002-09-30 Junichi Uekawa <dancer@debian.org>
* configure.ac: 0.20.5
* tests/test-basic.sh: -u option to diff is not available on
AIX diff. Do not use it.
2002-09-25 Junichi Uekawa <dancer@debian.org>
* configure.ac: 0.20.4 -- added testsuite, and make them run.
* tests/test-dshconfig-searchdata.sh (READINGSOURCE): fix this.
* libdshconfig.c (open_dshconfig): return NULL when given file pointer is NULL.
* tests/test-dshconfig-searchdata.c (main): check if open_dshconfig fails with NULL input.
It SEGV's currently.
* Makefile.am (EXTRA_DIST): use a shell script instead.
Give up on trying to run a binary program, it is not flexible.
* libdshconfig.c (dshconfig_splitline): NULL on failure.
* Makefile.am (test_dshconfig_searchdata_SOURCES)
(test_dshconfig_searchdata_LDADD, check_PROGRAMS): add tests/test-dshconfig-searchdata
(TESTS): add tests/test-dshconfig-searchdata
(testshell): split out shell scripts
(EXTRA_DIST): use testshell for extra dist target.
* tests/test-basic.sh: create a test.
* Makefile.am (EXTRA_DIST, TESTS): add tests target for test-basic.
(check_PROGRAMS): change to test-dshconfig.
2002-07-24 Junichi Uekawa <dancer@debian.org>
* configure.ac: bump up version to 0.20.3
* Makefile.am: update upload rules from dmachinemon source.
2002-07-23 Junichi Uekawa <dancer@debian.org>
* configure.ac: version 0.20.2
require automake 1.6
* Makefile.am: change upload rules for decaton->viper2
* debian/control: change package names to libdshconfig1.
2002-06-29 Junichi Uekawa <dancer@debian.org>
* configure.ac: version 0.20.1
* libdshconfig.c: add more notes.
* libdshconfig.h: add declaration
* Makefile.am (DSHCONFIG_SONAME): soname 1.
* libdshconfig.c (getline): remove redundant entry.
(free_dshconfig_internal): add new function.
2002-06-25 Junichi Uekawa <dancer@debian.org>
* configure.ac: probably require automake 1.6
bump version to 0.20.0
2002-06-12 Junichi Uekawa <dancer@debian.org>
* configure.ac: 0.0.20.1
* autogen.sh: add --force.
2002-06-11 Junichi Uekawa <dancer@debian.org>
* configure.ac: version 0.0.20.0
* Makefile.am: update with dmachinemon source for rules of making debian source
2002-06-04 Junichi Uekawa <dancer@debian.org>
* configure.ac: AM_MAINTAINER_MODE
2002-05-31 Junichi Uekawa <dancer@debian.org>
* configure.ac: version is 0.0.20pre
* Makefile.am: update the make rule to fix the automake
* debian/rules: unnecessary parts removed.
* autogen.sh: newly add.
* Makefile.am: add target to create orig.tar.gz
* debian/changelog: make it non-native package.
* Makefile.am: add decaton target
2002-05-04 Junichi Uekawa <dancer@debian.org>
* debian/rules: use d-shlibmove instead.
The implementation seems to be working satisfactory. Great.
2002-05-01 Junichi Uekawa <dancer@debian.org>
* debian/changelog: mark for release.
2002-04-21 Junichi Uekawa <dancer@debian.org>
* libdshconfig.c (getline): implementation of getline, just enough
to get some working done. (checking for HAVE_GETLINE)
include config.h.
* configure.ac: check for getline.
* debian/rules (binary-arch): remove manpage install, no dsh.1
* Makefile.am (include_HEADERS): changed entry to include include file.
* debian/control (Build-Depends): depends on libtool
2002-04-20 Junichi Uekawa <dancer@debian.org>
* AUTHORS: created
* NEWS: empty content.
* README: created
* Makefile.am (libdshconfig_la_LDFLAGS): created
* split out libdshconfig from dsh source
2002-03-31 Junichi Uekawa <dancer@debian.org>
* libdshconfig.c (free_dshconfig): free the title and data for each item, fix memleak.
2002-03-30 Junichi Uekawa <dancer@debian.org>
* libdshconfig.h: added dshconfig_searchdata
* libdshconfig.c (dshconfig_searchdata): added
2002-03-28 Junichi Uekawa <dancer@debian.org>
* libdshconfig.h: added declaration for dshconfig_splitline.
* libdshconfig.c (dshconfig_splitline): created a new function, so that this piece of code can be re-used.
(read_oneline): changed to use dshconfig_splitline instead
(read_oneline): fixing things, so that dancer acpi can use this
parser routine instead.
2002-03-18 Junichi Uekawa <dancer@debian.org>
* debian/rules: install the libs and other things in the right package
* libdshconfig.h: added some ifndefs.
* Makefile (install): added include
* debian/rules (binary-arch): added dh_makeshlibs
* Makefile (install): make install target to use libtool
(install): fix minor detail in install target.
* libdshconfig.c (read_oneline): fix it so that # at the start of line won't cause segv.
* dsh.conf: modified to make it look different and for debugging dsh.
* parameter.c (load_configfile): rewrite the config reader using libdshconfig.
* test-dshconfig.c (main): comment.
* libdshconfig.c (free_dshconfig): add error check.
* libdshconfig.h: declare free_dshconfig
* libdshconfig.c (free_dshconfig): add new function. Probably required.
* Makefile (install): fixed makefile
(libdshconfig.la): making a shared lib.
* libdshconfig.c (read_oneline): fixing many bugs, to make it work. Yeah, it never compiled.
(read_oneline): fix end bug.
* libdshconfig.h: add declaration for open_dshconfig
* test-dshconfig.c (main): create a new program to test the function
2002-02-27 Junichi Uekawa <dancer@debian.org>
* debian/changelog: Mark for release
2002-02-05 Junichi Uekawa <dancer@debian.org>
* dsh.c: some beautification
added header files "sys/stat.h" "fnctl.h" declaration
to get open() to work.
* libdshconfig.c (open_dshconfig): making a function implementation to hopefully work.
* debian/changelog: updated the changelog with the bugfixer.
* dsh.c (open_devnull): created a new function.
(main): uses /dev/null for input as default.
2002-02-03 Junichi Uekawa <dancer@debian.org>
* libdshconfig.c (read_oneline): some minor playing around.
Aiming to make a basis for config reader usable in dsh, and
also another project I am planning to work on.
* libdshconfig.h: created
(dshconfig): created
(dshconfig_internal): created
* libdshconfig.c: creating a new file.
2002-01-26 Junichi Uekawa <dancer@debian.org>
* dsh.c (main): error check asprintf.
2002-01-25 Junichi Uekawa <dancer@debian.org>
* ChangeLog: resume using the ChangeLog file.
* TODO: created as a memo to document some wishlist.
2001-05-14 Junichi Uekawa <dancer@netfort.gr.jp>
* dsh.1: added documentation for homedir configs.
* dsh.c (parse_options): added support for machines config.
(read_machinelist): The machines list support.
(parse_options): Configs in homedir too.
2001-05-13 Junichi Uekawa <dancer@netfort.gr.jp>
* dsh.1: Created a manpage
* Makefile: Copied from other project.
* dsh.c: Created / started, by
dancer@{debian.org,netfort.gr.jp,mikilab.doshisha.ac.jp}
|