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 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678
|
Thu Sep 20 15:42:19 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/property.c:
* libgnurdf/property.h: Removed the parent parameter on
rdfRemoveElement().
Thu Sep 20 14:22:35 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/schema.h: Changed the documentation for
rdfSetCompressionLevel() and rdfGetCompressionLevel() to mention that
these compression levels are gzip-compliant.
Thu Sep 20 13:55:07 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/property.c:
* libgnurdf/property.h: Removed the namespace parameter on
rdfRemoveElement().
Sun Aug 19 12:28:51 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/alt.c:
* libgnurdf/alt.h:
* libgnurdf/attribute.c:
* libgnurdf/attribute.h:
* libgnurdf/bag.c:
* libgnurdf/bag.h:
* libgnurdf/property.c:
* libgnurdf/property.h:
* libgnurdf/seq.c:
* libgnurdf/seq.h:
* libgnurdf/types.h:
* Did some restructuring of element types. It's nowhere near good
or how the RDF specification does things, but if anybody
has any complaints (or patches), they can e-mail me.
* Added a function for removing elements.
Tue Aug 07 21:26:41 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* Makefile.am: Make sure configure.in and configure.ac are in the
distribution tarballs.
Tue Aug 07 21:10:58 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* configure.ac: Added this for autoconf 2.50 support.
Sun Jul 29 11:58:02 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/property.c: Fixed a major bug in rdfGetProperty().
Sat Jul 28 02:09:52 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/alt.c:
* libgnurdf/bag.c:
* libgnurdf/description.c:
* libgnurdf/element.c:
* libgnurdf/element.h:
* libgnurdf/property.c:
* libgnurdf/seq.c: Added rdfGetElementSchema(), and used it in place
of direct xmlNode->doc accesses.
Sat Jul 28 01:37:06 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* acconfig.h: Removed the HAVE_XMLSETNSPROP macro.
* configure.in:
* The HAVE_LIBXML1 and HAVE_LIBXML2 macros work again.
* docs/api/man/rdfSetDescriptionAbout.3:
* docs/api/info/description-functions.texi:
* libgnurdf/gnurdf.h: Documentation updates
* libgnurdf/gnurdf.c:
* RDF attributes are now prefixed with a namespace prefix, as per
the changes to the RDF specification.
* Compatibility with the old 1998/1999 specification (HREF attributes,
Working Draft namespace, etc.) has been removed.
Tue Jul 17 16:37:58 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* acinclude.m4: Fixed a bug in the libxml macros that caused segfaults
on some platforms.
Mon Jul 09 13:33:18 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/iterator.c:
* libgnurdf/iterator.h: Renamed rdfFirstChild() to rdfFirstProperty(),
and rdfNextChild() to rdfNextProperty(). Provided
backwards-compatibility functions.
* libgnurdf/types.h: RdfDescription is now a type of RdfContainer.
Mon Jul 09 12:40:59 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/iterator.c: Non-element nodes are now ignored when
iterating.
* tests/test.c: Made this more generic.
Sat Jul 07 12:40:14 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/property.c:
* libgnurdf/property.h:
* libgnurdf/schema.c:
* libgnurdf/schema.h:
* libgnurdf/search.c:
* libgnurdf/search.h: Replaced the backwards-compatibility macros with
actual functions. Now programs using older versions of the library
can work again.
Fri Jul 06 01:58:39 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/schema.h:
* libgnurdf/schema.c:
* tests/test.c: Renamed rdfRead() to rdfReadFile() and
rdfWrite() to rdfWriteFile(). Provided macros for
backwards-compatibility.
Fri Jul 06 01:50:41 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/attribute.h:
* libgnurdf/internal.h: Fixed the filenames after the @file commands
in the file header comments.
* Doxyfile.in: Exclude libgnurdf/internal.h from being processed.
Thu Jul 05 17:45:06 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* Split libgnurdf/gnurdf.h and libgnurdf/gnurdf.c into multiple files.
* libgnurdf/property.h:
* libgnurdf/property.c: Renamed rdfGetValue() to rdfGetProperty() and
rdfSetValue() to rdfSetProperty(). Provided macros for
backwards-compatibility.
* libgnurdf/search.h:
* libgnurdf/search.c: Renamed rdfGetElementFromValue() to
rdfFindElementWithValue() and rdfGetElementFromResource() to
rdfFindElementFromResource(). Provided macros for
backwards-compatibility.
* tests/test.c: Updated to work with the new changes.
Thu Jul 05 15:56:57 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* INSTALL:
* README:
* configure.in: Bumped the version up to 0.3.0.
Thu Jul 05 15:52:06 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* debian/libgnurdf-dev.files:
* Makefile.am:
* configure.in:
* libgnurdf.m4.in:
* libgnurdf.spec.in: Renamed gnurdf.m4.in to libgnurdf.m4.in, and
gnurdf.spec.in to libgnurdf.spec.in.
Thu Jul 05 01:13:13 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* configure.in: The debian/rules file is now made executable in the
resulting tarball from a make dist.
Thu Jul 05 00:54:46 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* configure.in: Fixed a typo.
Wed Jul 04 10:02:29 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* debian/libgnurdf1.files: Fixed the library filename.
* configure.in:
* debian/Makefile.am:
* debian/changelog:
* debian/rulez.in:
* debian/rules.in: Scrapped the rulez generation and moved it back to
rules. A working solution has been implemented that prevents the rules
file from getting deleted during a make distclean when building a
debian package.
* gnurdf.spec.in:
* debian/rules.in: ./autogen.sh is now executed instead of ./configure
so that the config.sub and config.guess files could be built
correctly on systems requiring newer versions of config.sub and
config.guess.
Mon Jul 02 21:47:50 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* Bumped the version up to 0.2.2.
Wed Jun 20 23:11:58 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c: Systems without atexit() and on_exit() will now
compile correctly.
Thu Jun 07 10:29:58 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* docs/api/info/attribute-functions.texi: Added rdfGetNsAttribute()
Wed Jun 06 10:11:08 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf.spec.in: Added the man1 pages to the RPM.
Wed Jun 06 09:56:12 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* docs/api/html/:
* docs/api/info/:
* docs/api/man/: Updated the documentation to reflect the new version
number.
Mon Jun 04 23:44:26 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* gnurdf.spec.in: Documentation is no longer installed in
/usr/share/docs/libgnurdf-devel-*/api/html/. They are now
simply installed in /usr/share/docs/libgnurdf-devel-*/html/.
Mon Jun 04 23:25:28 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* debian/libgnurdf-dev.info:
* debian/libgnurdf-dev.manpages:
* debian/libgnurdf1.files: Fixed these up to work with the latest
changes.
Fri Jun 01 02:38:53 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* Bumped the version up to v0.2.1.
Thu May 31 23:32:12 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c: Fixed a nasty bug where the returned pointer to
a string in a node in some cases is actually the node's own copy.
* tests/test.c: Now frees memory in the right places. 0 memory leaks!
Thu May 31 21:41:44 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* docs/man:
* docs/info:
* docs/html: Moved to docs/api/.
* docs/Makefile.am:
* configure.in:
* Doxyfile.in: Updated to work with the new docs/api/ directory.
Mon May 28 23:24:35 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* debian: Added Debian package information files. Thanks Domenico!
Mon May 21 00:44:45 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c: Added some portability checks.
Mon May 14 21:01:01 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* Added a call to LIBXML_TEST_VERSION, to make sure that the version
used in the libxml library is correct.
Mon May 14 02:19:17 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* Removed some unnecessary checks in configure.in.
Mon May 14 02:15:42 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* Released v0.2.0!
Mon May 14 02:09:32 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* Now works with libxml2. It is auto-detected during configure, and if
not available, defaults to libxml1.
Mon May 14 01:47:13 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c: Replaced calls to xmlGetProp() with
rdfGetAttribute(), and calls to xmlSetProp() with
rdfSetAttribute(). Also, some code cleanups, and I removed a block
of code that I'm not quite sure why we even had.
Mon May 14 01:31:35 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.h:
* libgnurdf/gnurdf.c: Removed the RdfSchema * parameter from
rdfGetDescriptionAbout(), rdfCreateBag(), rdfCreateSeq(), and
rdfCreateAlt().
Mon May 14 01:00:21 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.h:
* libgnurdf/gnurdf.c: Added rdfSetDescriptionId() and
rdfSetDescriptionAbout().
Tue May 08 22:34:47 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* Added man pages, and updated documentation.
Tue May 08 14:43:46 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* docs/info/attribute-functions.texi:
* docs/info/description-functions.texi:
* docs/info/element-functions.texi:
* libgnurdf/gnurdf.h:
* libgnurdf/gnurdf.c: Moved some of the functions into other
categories.
Mon May 07 23:54:45 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.h:
* libgnurdf/gnurdf.c: Renamed rdfWriteMemory() to rdfWriteBuffer().
Mon May 07 23:05:25 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.h: Stay consistent a bit with documentation.
Mon May 07 22:59:22 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* docs/info/search-functions.texi:
* docs/info/iterator-functions.texi: Added documentation to these.
Mon May 07 21:15:40 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* docs/info/libgnurdf.texi.in: Split this into a file per node. Much
easier to maintain.
Mon May 07 09:04:33 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* Moved the texinfo files from docs/ to docs/info/.
Sun May 06 22:21:45 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* docs/html/*: Added HTML documentation to the distribution.
Sun May 06 22:01:11 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* docs/libgnurdf.texi.in: Added the beginnings of an Info file.
Sun May 06 21:31:57 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.h: Removed rdfGetDescriptionFromHref() and
rdfGetDescriptionHref(). I doubt anybody will miss them.
Sun May 06 18:24:46 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* tests/test.c: Just a bit more tidyness...
Sun May 06 18:06:02 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* tests/test.rdf: Updated with the latest gtk+ from my GNUpdate
database. I don't want that old ugly database entry lying around :)
* tests/test.c: Updated to work with the new test.rdf file.
Sun May 06 17:56:43 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* tests/test.c: Staying consistent with code style and header comments.
Sun May 06 09:28:08 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* configure.in: atexit() and on_exit() are now checked for during
the configure process.
* libgnurdf/gnurdf.c: The __uninitialize() is now compatible with
both atexit() and on_exit(), and the correct function is used
(if either one is supported).
Thu May 03 23:51:40 PDT 2001 Christian Hammond <chipx86@portaldesign.net>
* ChangeLog: Finally added something to this!
Thu May 03 10:23:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c: Minor doc update.
Fri Apr 06 19:03:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* acinclude.m4: Tests for leakbug and dmalloc will now work.
Fri Apr 06 18:24:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* tests/Makefile.am:
* tests/test.c:
* tests/test.cc: Ugh, why did I make this a C++ file?? Now it's
how it should be.
Fri Apr 06 18:14:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* autogen.sh: Ugh. This should say libgnurdf, not Eterm :)
Tue Apr 03 21:25:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* gnurdf.spec.in: Oops, typo in the filename. Fixed.
Tue Apr 03 21:03:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* AUTHORS, COPYING, INSTALL, NEWS, README:
* gnurdf.spec.in: Filled these in more.
Sun Apr 01 12:33:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h: The library now cleans itself up
on exit by using the atexit() function.
Thu Mar 29 02:08:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h: More memory leak fixes, like the
ones I did the other day.
Wed Mar 28 23:08:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h: Added rdfCleanupParser().
Wed Mar 28 01:03:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h: More of what I did earlier, plus
some internal fixes to memory leaks involving
xmlEncodeEntitiesReentrant().
Wed Mar 28 00:08:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h: There were memory leaks caused by
const char * functions returning the returned value from
xmlGetProp(). These functions are now char *, and the documentation
says that the returned values must be freed.
Wed Mar 21 16:57:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* acconfig.h:
* configure.in:
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h: Added rdfSetNsAttribute(), and checks for
the xmlSetNsProp() function.
Wed Mar 21 11:17:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h: Expanded some #defines into their
own functions.
Wed Mar 21 10:15:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h:
* Some documentation updates.
gnurdf.c's comments before each function got trimmed and now
match the brief descriptions of the functions in gnurdf.h.
* Made the fprintf(stderr, ...)'s more descriptive. They now tell
the user that the errors are coming from this library.
* Reordered the functions in gnurdf.c to match the order in gnurdf.h.
Tue Mar 13 12:52:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h:
* tests/test.cc:
* Changed the rdfElementGet*() to rdfGetElement*().
* Changed rdfNextElement() to rdfNextChild()
* Changed rdf*Create() to rdfCreate*().
Sat Mar 10 17:14:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c: Oops, this should auto-generate the newer RDF
namespace.
Sat Mar 10 10:08:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h:
* Many of the functions that required an RdfSchema * to be passed never
actually used it. They no longer accept an RdfSchema *.
* Added rdfGetElementFromValue() and rdfGetElementFromResource().
* Some minor code cleanups.
Fri Mar 09 16:39:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* configure.in:
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h:
* tests/test.cc: Changed the rdf* structures to Rdf* to keep
consistent with the rest of the GNUpdate libraries.
Thu Mar 08 23:53:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* Doxyfile.in:
* libgnurdf/gnurdf.c: Fixed the file compression (no,
really, I actually fixed it this time!)
Thu Mar 08 09:14:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* Doxyfile.in:
* libgnurdf/gnurdf.h: Fixed the @file again! Oh how
much fun we have.
Wed Mar 07 23:08:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.h: Fixed the @file.
Sun Mar 04 22:45:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* configure.in, libgnurdf/gnurdf.c: Added leakbug support.
Sun Mar 04 11:00:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* Doxyfile.in, libgnurdf/gnurdf.h: Documentation updates.
Fri Mar 02 16:17:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c: Fixed another memory leak.
Fri Mar 02 15:15:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c: Fixed some memory leaks.
Tue Feb 27 15:52:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* Doxyfile.in: Forgot this.
Tue Feb 27 15:50:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h:
* Changed some char * stuff to const char *.
* Fixed some memory leaks.
Tue Feb 27 01:07:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* acconfig.h:
* configure.in:
* libgnurdf/gnurdf.c: Added dmalloc support.
Sat Feb 24 18:34:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h: This shouldn't crash now if
parameters are passed as NULL.
Sat Feb 24 15:04:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h:
* Bug fixes..
rdfGetDescriptionFrom* would crash if the thing it was looking
for didn't actually exist on the node.
Sat Feb 24 14:01:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h:
* Erm.. that should work a bit better. I guess I didn't fully
understand how that was used ;)
Sat Feb 24 13:08:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h:
* Some documentation changes.
* Added functions for setting/retrieving the document compression
mode.
Thu Feb 22 12:09:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* Makefile.am: Added doxygen support.
Thu Feb 22 11:42:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* .cvsignore:
* tests/.cvsignore: Quiet, CVS!
Thu Feb 22 11:41:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h:
* Added more documentation.
* Changed some names around so things are more consistent.
Thu Feb 22 02:15:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.h: Added some Doxygen documentation.
I'll do the rest tomorrow (later today?)
Thu Feb 15 11:41:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c: Added some #defines for xmlChildrenNode and
xmlRootNode, in case the user's libxml doesn't support those.
Thu Feb 15 11:29:00 PST 2001 Christian Hammond <chipx86@portaldesign.net>
* configure.in: Added support for -Wall.
Fri Dec 22 20:32:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* README: Making sure this listserv still works.
Mon Nov 27 18:05:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* acconfig.h:
* configure.in:
* gnurdf.m4.in:
* libgnurdf/gnurdf.c: Added support or libxml v2.x.
Sun Sep 03 01:58:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h:
* tests/test.cc: Changed copyrights to The GNUpdate Project.
Sat Aug 26 14:55:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h: Added support for getting the
value of an attribute with the specified namespace.
Wed Aug 23 18:16:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* libgnurdf/gnurdf.h: Added functions for getting and
setting attributes.
Mon Aug 21 04:03:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c:
* Changed the style of the function definitions.
* Removed some unneeded comments.
* Finally got rid of that "Deprecated API
xmlEncodeEntities() ..." error
Wed Aug 16 14:27:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* gnurdf.m4.in: We don't need that AC_LANG_RESTORE
Wed Aug 16 13:59:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* acconfig.h: Got rid of the PACKAGE and VERSION, which may
conflict with other things.
Tue Aug 15 17:04:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/gnurdf.c: Changed a call from
xmlEncodeEntities() to xmlEncodeEntitiesReentrant()
Sat Aug 05 11:44:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* Makefile.am: Oops. gnurdf.m4 in the EXTRA_DIST should have been
gnurdf.m4.in
Sat Aug 05 11:32:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* gnurdf.m4.in: Oops, wrong author =/
Sat Aug 05 11:18:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* tests/Makefile.am: rdftest will no longer install, and the
test.rdf is now an EXTRA_DIST.
Sat Aug 05 11:17:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* gnurdf.m4.in: The test wasn't running properly. CFLAGS wasn't
being used because I had set the C++ compiler to run, but it's all
fixed now! :)
Sat Aug 05 03:01:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* gnurdf-config.in: @XML_CFLAGS@ and @XML_LIBS@ are now properly
added to the --cflags and --libs lists.
Sat Aug 05 02:51:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* libgnurdf/Makefile.am: Now sets the include path for gnome-xml
based off the $(XML_CFLAGS).
* libgnurdf/gnurdf.h: #includes have been updated to work with
the new path.
Sat Aug 05 02:41:00 PST 2000 Christian Hammond <chipx86@portaldesign.net>
* Makefile.am:
* configure.in:
* gnurdf-config.in:
* gnurdf.m4.in:
* gnurdf.spec.in: Useful files to have :) We're getting there...
|