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 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843
|
2012-05-17 Bert Bos <bert@w3.org>
* Released version 6.1
2012-02-14 Bert Bos <bert@w3.org>
* hxref.c: Added option -l to apply language-specific
normalizations when searching for a string. Currently only for
English and only to search for terms without a plural "s".
2011-12-27 Bert Bos <bert@w3.org>
* hxunpipe.c: Now also handles \# (which becomes &#)
2011-08-24 Bert Bos <bert@w3.org>
* openurl.c: Store HTTP status line in the Dictionary of response
headers (under key ":status"). Added fopenurl3() to open a URL
with another method than GET. Use libcurl's built-in support for
Content-Encoding. fopenurl() now takes an int *status parameter
for better error reporting. Added http_strerror() function. More
error checking and error reporting.
* hxaddid.c hxcopy.c hxcount.c hxextract.c hxincl.c hxindex.c
hxmultitoc.c hxname2id.c hxnormalize.c hxnsxml.c hxnum.c hxpipe.c
hxprune.c hxref.c hxtoc.c hxunpipe.c hxunxmlns.c hxwls.c
hxxmlns.c: () now takes an int *status parameter.
2011-08-23 Bert Bos <bert@w3.org>
* fopencookie.c: Avoid compiler warnings by wrapping functions
calls in other functions calls that do typecasts.
* openurl.c: Added a callback function to be called by exit(3) and
which cleans libcurl connections. Also check if a new connection
is closed immediately at the first action inside
fopenurl2(). Return NULL in that case. (Probably the target
doesn't exist.)
2011-08-23 Bert Bos <bert@w3.org>
* acinclude.m4: Added LIBCURL_CHECK_CONFIG
* configure.in: Added LIBCURL_CHECK_CONFIG and check for fopencookie()
* fopencookie.c: New file: implemented Linux-style fopencookie()
with BSD-style funopen()
* Makefile.am: Added fopencookie.c to most of the programs. Added
libcurl flags.
* hxunpipe.c: Added some {} to avoid a compiler warning.
* openurl.c: Added an alternative implemention of this module
using libcurl.
2011-08-17 Bert Bos <bert@w3.org>
* dtd.hash: No newline should be created before or after the
BUTTON element, it is an inline element.
2011-07-10 Bert Bos <bert@w3.org>
* hxunpipe.c: Handle \ddd (where d is octal) as output by onsgmls.
Handle input lines of arbitrary length. Remove unused option -x.
* hxnormalize.c: Don't add extra spaces in attribute values.
2011-07-01 Bert Bos <bert@w3.org>
* hxnormalize.c: Added option -L to remove redundant lang and
xml:lang attributes.
2011-04-07 Bert Bos <bert@w3.org>
* hxnormalize.c: Magic comments now recognized also inside
elements with mixed content (except preformatted)
* Now also handles a DOCTYPE with neither an FPI nor a system ID.
2011-03-17 Bert Bos <bert@w3.org>
* hxindex.c: Added option -r to suppress the removal of trailing
whitespace and punctuation. Added logic to keep a final '.' from
being removed if it is part of an abbreviaton or ellipsis.
2011-01-18 Bert Bos <bert@w3.org>
* connectsock.c: now uses getaddrinfo(), which handles IPv6 addresses.
* url.c: regexp pattern now also deals with IPv6 addresses
("http://[1234::1]/etc.")
2010-11-18 Bert Bos <bert@w3.org>
* hxcite.1: Added sections for example, bugs and history; improved
wording.
* hxcite.c: Updated some comments. Corrected usage message.
2010-11-17 Bert Bos <bert@w3.org>
* Released 5.8.
* hxcite.c: Added option -c to no longer recognize [[...]] inside
comments.
2010-07-12 Bert Bos <bert@w3.org>
* hxnsxml.c: Added hxnsxml as the complement to hxxmlns.
2010-06-24 Bert Bos <bert@w3.org>
* unent.hash: Entity "apos" was missing.
2010-05-04 Bert Bos <bert@w3.org>
* Added option -c to hxnormalize to make some comments start on a
new line.
2010-04-27 Bert Bos <bert@w3.org>
* hxindex.c: Fixed bug: char replaced by int, because char is
unsigned on PowerPC.
* Released 5.7.
* openurl.c: Fixed bug: only call dict_delete() if the dictionary
actually exists.
* xhref.c: Fixed bug: after wrapping an element in an A, we still
need to look at its sister elements for more cross-references.
2010-04-26 Bert Bos <bert@w3.org>
* Released 5.6.
* tree.c: Added wrap_elt() function. wrap_content() no longer
converts element name to lowercase. (But wrap_contents() isn't
used anywhere anymore.)
* hxincl.c: Fixed bug: only look in substitutions dictionary if
the dictionary has been initialized.
* dict.c: Added assert() to ensure that Dictionary arguments are
not NULL.
* hxref.c: The <a> element is now put around the element to
cross-link, instead of inside it.
2010-01-15 Bert Bos <bert@w3.org>
* hxindex.c: Now uses iconv to convert from UTF-8 to wchar_t
strings and then uses setlocale and wcscoll to sort index terms
according to user's language.
2009-12-07 Bert Bos <bert@w3.org>
* xml2asc.c: Added full error checking for invalid UTF-8.
2009-11-09 Bert Bos <bert@w3.org>
* scan.l: unquoted attribute values may now even contain '='.
2009-10-05 Bert Bos <bert@w3.org>
* xml2asc.c: now returns a non-zero exit code if the input was not
correct UTF-8.
2009-09-14 Bert Bos <bert@w3.org>
* hxnormalize.c: Added option -s.
2009-08-14 Bert Bos <bert@w3.org>
* hxcopy.c: URL references to the document itself, i.e., those
that are of the form "", "#foo", and "?foo", are no longer
rewritten.
2009-07-15 Bert Bos <bert@w3.org>
* Released 5.4
* url.c: Bug in removal of /./ fixed. Now leaves one / instead of
none.
2009-03-25 Bert Bos <bert@w3.org>
* hxindex.c: Bug if the first index term has no alphanumeric
characters, so that it sorts to be equal to globalprevious. Fixed
by making globalprevious a non-empty, but unlikely string.
2009-03-08 Bert Bos <bert@w3.org>
* hxnormalize.c: The characters '_' and ':' in attributes *do*
require quote marks.
2009-03-02 Bert Bos <bert@w3.org>
* hxunentmain.c Error message now refers to the right command line
argument.
* hxincl.c: Added option -s to override which files are included.
2009-02-12 Bert Bos <bert@w3.org>
* textwrap.c: Buffer is now allocated on heap, so line length
limit is now unlimited (limited by memory), instead of 32K.
2009-02-09 Bert Bos <bert@w3.org>
* openurl.c: Different way to check max # of redirects. Added a
few assignments to errno to get slightly better than random error
messages.
2009-01-28 Bert Bos <bert@w3.org>
* Released 5.3
* hxcopy.c: Fixed bug in calculating path_from_url_to_url: Added a
"/" at the end of the name of the current directory, because
URL_s_absolutize needs to know the segment is indeed a directory.
2009-01-19 Bert Bos <bert@w3.org>
* hxtoc.c: Removed some unnecessary "EXPORT". Removed some
duplicate code and used routines from types.c instead.
* types.c: Added only_space(), pairlist_unset(), pairlist_set()
and pairlist_get().
* tree.c: get_attrib() now returns the attribute value, rather
than a Boolean. Removed some duplicate code by using routines in
types.c instead.
2009-01-15 Bert Bos <bert@w3.org>
* tree.c: Added function delete_attrib()
* hxindex.c: Added option -f to remove used title attributes and
magic comments.
* genid.c: Now takes whole contents (up to MAXIDLEN) to construct
an ID from, instead of only the first word.
2009-01-12 Bert Bos <bert@w3.org>
* url.c: replaced a comparison (<) that always fails when char is
unsigned (as is the case, e.g., in gcc on PowerPC-based systems)
by a bitwise and (&).
2009-01-09 Bert Bos <bert@w3.org>
* Released version 5.2.
* hxnum.c: Removed some routines to test class attributes and
re-used those from class.c instead.
* hxindex.c: Added option -n to use section numbers as anchor text
in the index instead of "#". Also improved sorting: Entities (such
as "<" or "&") are now skipped when comparing terms. (As
the manual explains, for best sorting, other entities should be
expanded first with hxunent(1).)
2008-12-16 Bert Bos <bert@w3.org>
* tree.c: Fixed bug in lookup(), added missing '\0' at end of
string for long tag names.
2008-12-15 Bert Bos <bert@w3.org>
* scan.l: Fixed bug: "<_foo" was tokenized as TEXT instead of
START, because {data} didn't exclude a "<" followed by a "_".
2008-12-09 Bert Bos <bert@w3.org>
* url.c: Rewrote remove_dot_segments() to no longer remove ../
from the start of a path.
* openurl.c: Local files can be opened with mode "w" (remote ones
still not)
* Makefile.am: Added hxcopy utility.
2008-11-29 Bert Bos <bert@w3.org>
* scan.l: Fixed regexp for cdata.
2008-11-28 Bert Bos <bert@w3.org>
* hxincl.c: Added option -f.
2008-11-20 Bert Bos <bert@w3.org>
* Released version 5.1.
* Updates to the manual pages: the "hx" prefix was missing from
many occurrences of commnd names in the manual pages. (Thanks
again to Daniel Leidert for pointing that out.)
2008-11-05 Bert Bos <bert@w3.org>
* Most programs renamed with a "hx" prefix.
* hxtoc.c: Added option -d to use the DIV that encloses a header
as the target of the links in the ToC, instead of the header
itself.
2008-08-17 Bert Bos <bert@w3.org>
* Released version 4.7.
* unentmain.c: Added information for gcc that usage() never
returns.
* url.c: Inverted condition (caused by incorrect replacement of
strncmp() by hasprefix())
* unentmain.c: Missing #include <ctype.h>
* pipe.c: Now using lineno instead of yylineno.
* Makefile.am: Replaced %-rules by old-style rules, added missing
built sources and reordered them, so they are built in the right
sequence. (Thanks to Daniel Leidert for these changes)
2008-08-10 Bert Bos <bert@w3.org>
* openurl.c: Now handles redirects and can store HTTP headers.
* dict.c: New module to store HTTP headers (or any other key/value
pairs, where both key and value are strings).
* headers.c: New module to parse HTTP headers.
2008-07-30 Bert Bos <bert@w3.org>
* genid.c: made the search for existing IDs case-insentive. That's
necessary for HTML. It wastes a few IDs for XML, but not too much.
2008-07-07 Bert Bos <bert@w3.org>
* toc.c: Added option -c to allow class=toc to be replaced by
another class name.
2008-02-12 Bert Bos <bert@w3.org>
* Released version 4.5
* Fixes to man pages, fix to uncdata (suppressed an incorrect
newline in the output, new AC_INIT macro in configure.in, typo in
README. (Thanks to Daniel Leidert)
2008-01-24 Bert Bos <bert@w3.org>
* index.c: The links now have a TITLE attribute for better
accessibility.
2007-12-11 Bert Bos <bert@w3.org>
* scan.l: Now accepts "<![CDATA[...]>".
2007-10-23 Bert Bos <bert@w3.org>
* url.c: Query component is now separate from path component.
Making relative URLs absolute is now conformant to RFC 3986. This
fixes in particular the incorrect output of wls.
2007-04-25 Bert Bos <bert@w3.org>
* genid.c: fixed bug with string not ending with \0 if len is 0.
2007-04-18 Bert Bos <bert@w3.org>
* unent.hash: Added option -f to "fix" unrecognized entities by
replacing their & by &
2007-03-22 Bert Bos <bert@w3.org>
* toc.c: DFN elements are no longer copied to the ToC, only their
content is.
2007-03-15 Bert Bos <bert@w3.org>
* Released version 3.9
* tree.c: fixed bug in create(), which left t->sister uninitialized
2006-10-04 Bert Bos <bert@w3.org>
* Released version 3.8
* toc.c: Now allows spaces around "toc" in "<!--toc-->"
* index.c: No longer destroys the title attribute.
2006-08-10 Bert Bos <bert@w3.org>
* xmlns.c: A local attribute will not get "{}" prefixed.
* types.c: If strapp() is called with a NULL as first arg, a new
string will be allocated on the heap.
* index.c: Better sorting of terms with sub-terms.
* addid.c: Made element matching case-sensitive when -x is used.
* addadd.1: Removed reference to non-existent -a option.
2005-12-16 Bert Bos <bert@Candy.local>
* xref.c: If the element to link is a <span>, the span is replaced
by an <a>, instead of the <a> being added, as for other kinds of
elements.
* The string type is now an array of chars instead of unsigned chars.
2005-11-09 Bert Bos <bert@w3.org>
* xmlns.c: An element without a Namespace prefix and without a
default Namespace is no longer reported as an error.
* xref.c: <cite> is no longer treated as en element whose content
can be cross-referenced.
* dtd.hash: No empty lines between <link> elements when
normalizing. <Textarea> is treated like <pre>.
* Makefile.am: Added unxmlns.
* unxmlns.c: new program, undoes the effect of xmlns, i.e.,
converts names like <{namespace-url}foo> to <foo
xmlns="namespace-url">
* pipe.c: No longer treats attribute "id" specially, but
recognizes "xml:id" and gives it a type of TOKEN instead of CDATA.
2005-05-05 Bert Bos <bert@w3.org>
* Published version 3.7.
* index.c: Now accepts a list of class names on the command line
for elements that also will be added to the index, in addition the
standard ones. Thanks to Francesco Cosoleto <cosoleto.francesco
[at] sitoverde.com>
* textwrap.c: The marker for which spaces to keep is now a
character 0x1 instead of 0x80, because 0x80 can occur in UTF-8
encoded XML data. 0x1 can occur as well, but is less likely. Need
to fix the algorithm better than this...
2005-04-27 Bert Bos <bert@w3.org>
* normalize.c: Attribute values are printed without quotes when
possible.
2005-03-11 Bert Bos <bert@w3.org>
* extract.1, printlinks.1, uncdata.1, xselect.1: new manpages,
thanks to Beverly Davis <ponyfeathers [at] mailhaven.com>
2005-01-18 Bert Bos <bert@w3.org>
* multitoc.c: class attributes from header tags are now copied to
generated LI tags (thanks to howcome)
2005-01-09 Bert Bos <bert@w3.org>
* scan.l: the scanner didn't accept the curly braces in the output
of xmlns. Not sure what was wrong with the old regexp for "name",
but after simplifying it, it worked...
2004-12-20 Bert Bos <bert@w3.org>
* name2id.c: new program: moves ID= and NAME= from A elements to
their parents.
2004-11-08 Bert Bos <bert@w3.org>
* addid.1: added (thanks to James Rowe <Jay [at]
jnrowe.ukfsn.org>)
* incl.1: description corrected (thanks to James Rowe <Jay [at]
jnrowe.ukfsn.org>)
2004-09-07 Bert Bos <bert@w3.org>
* toc.c: now copies any class attribute found the heading elements
to the generated LI element in the ToC.
2004-09-01 Bert Bos <bert@w3.org>
* cite.c: Added %m as a possible part of the template (to stand
for the value of the -m option), made cite recognize {{...}} as
well as [[...]] (but without expanding it), and changed the
default template to generate <!--{{%m%L}}-->, so that cite can be
run again on it's own output.
* Released version 3.4.
* normalize.c: the check if an endtag was needed omitted to test
for other things than text or an element. But a comment or procins
can also follow an element (and requires that the end tag is
inserted).
2004-08-30 Bert Bos <bert@w3.org>
* normalize.c, tree.c: an end tag cannot be omitted if the next
element is a valid child of the current one. E.g., the </p> cannot
be omitted in <p>...</p><ins>...</ins>. To test for this in
normalize.c, the existing static function has_parent() in tree.c
had to become exported.
2004-08-29 Bert Bos <bert@w3.org>
* pipe.c: bug: when & is *not* followed by #, it should still be
printed.
2004-08-27 Bert Bos <bert@w3.org>
* Published version 3.2
* types.s: fixed bug in eq() macro: missing parentheses caused
some arguments to be misinterpreted.
* pipe.c and unpipe.c: pipe outputs "&#" as "\#" (just like
nsgmls) and unpipe translates it back. unpipe now also accepts a
"C" line.
2004-08-10 Bert Bos <bert@w3.org>
* xref.c: TITLE attribute of DFN element was normalized too soon,
which removed any "|" that was needed later.
2004-04-29 Bert Bos <bert@w3.org>
* Released version 3.0
* cite.c: Fixed bug: after a [[...]] without a marker, the program
would not look for more [[...]] on the same line.
2004-04-28 Bert Bos <bert@w3.org>
* unent.hash now considers a "&" that is not followed by "#" or an
alphanumeric character to mean the same as "&" (as required by
SGML, although invalid in XML)
2004-04-26 Bert Bos <bert@w3.org>
* textwrap.c: increased MAXLINE, since I have an application that
uses 20000-character lines.
* scan.l: Scanner now returns the omitted ">" in "<foo<bar>",
since this is valid in SGML (although not in XML, but we're not
validating anyway).
2004-04-22 Bert Bos <bert@w3.org>
* Released version 2.9.
* mkbib.c: If a field ends with "." and the template would put a
"." after it, only one of the two periods is printed. Added option
-n and -r, to specify how many authors are printed at most and
what string is printed instead if there are more. Defaults are 3
and "et al."
2004-04-21 Bert Bos <bert@w3.org>
* cite.c, mkbib.c: increased size of hash table from 200 to 4096.
2003-12-02 Bert Bos <bert@w3.org>
* normalize.c: added logic to avoid that an end tag is omitted if
there is text after it.
2003-09-15 Bert Bos <bert@w3.org>
* tree.c: if the currently open element doesn't accept text,
append_text no longer starts by closing all open elements that
have omittable end tags and don't accept text, but only closes as
many as needed to arrive at one that accepts the text's preferred
parent (which is P in HTML). This fixes a bug that text inside
BODY closes the BODY and HTML and then reopens them again to
insert a P. It now stops before closing BODY, because BODY will
accept the P.
2003-09-04 Bert Bos <bert@w3.org>
* incl.c: printed one "?" too many at the end of a PI.
2003-08-11 Bert Bos <bert@w3.org>
* xref.c: now splits the key into |-separated parts, just like
index.c does.
2003-08-07 Bert Bos <bert@w3.org>
* addid.c: removed reference to search.h, since it is not used.
* mkbib.c, xref.c, cite.c: now use our own implementation of hash
tables if search.h does not exist.
2003-07-15 Bert Bos <bert@w3.org>
* mkbib.c: fixed bug that caused last entry in the database to not
be properly stored in the hash table.
2003-04-09 Bert Bos <bert@w3.org>
* Renamed search.h to search-freebsd.h and arranged for it to be
used only if the system doesn't have a search.h of its own.
* Added sources for twalk, tfind and tsearch.
* Added search.h and adapted configure.in.
* Changed export.h to quote the argument of EXPORTDEF, to deal
with the C preprocessor in gcc 3.2, which otherwise inserts extra
spaces. Adapted cexport.c to unquote the argument of EXPORTDEF
again before writing it to a .e file.
2003-03-12 Bert Bos <bert@w3.org>
* configure.in: removed some unneeded rules (LN_S, MAN2HTML,
ERROR_AT_LINE, REALLOC) and dropped requirement from autocon 2.57
to autocon 2.52
2003-01-21 Bert Bos <bert@bert.inria.fr>
* heap.c: changed the __FILE__ magic so that it compiles with
gcc3. (It gives a harmless warning still :-( )
2002-11-06 Bert Bos <bert@w3.org>
* scan.l: added recognition for UTF-8 Byte Order Mark at start.
(The BOM is subsequently ignored, we don't currently do anything
with the knowledge that the file is UTF-8.)
2002-10-30 Bert Bos <bert@w3.org>
* asc2xml, xml2asc, xmlrecode: removed xmlrecode and made asc2xml
and xml2asc independent programs. They were so small that
symlinking made no sense.
* tree.c: added routine need_stag() that check if the start tag is
required and added build_path() that tries to build a path of
omitted start tags from the current tree to the element that is to
be added.
* dtd.hash: added a column for omittable start tags, to help the
heuristics in html_push (tree.c) to infer the intended structure
better.
2002-10-29 Bert Bos <bert@w3.org>
* xselect.c: now supports case-insensitive matching
* xref.c: when finding a match, now ignores all characters except
letters, digits and dashes.
* uncdata.c: Fixed bug: forgot to print "<!" when starting a
comment.
* toc.1: Added option -t
* Released version 2.4
* dtd.hash: added table as possible parent for tr. It's not
correct, but it avoids an incorrect correction with tr inside a
nested table: it closed the nested table and considered the tr to
be part of the outer table. A better solution is needed...
2002-02-20 Bert Bos <bert@w3.org>
* uncdata.c: new program: removes CDATA sections from XML files.
2002-02-18 Bert Bos <bert@w3.org>
* xselect.c: Added options -s (separator) and -i
(case-insensitive). Added some documentation.
2002-02-14 Bert Bos <bert@w3.org>
* selector.c: fixed bug in recognition of attribute selectors:
pointer was incremented before the character was stored, instead
of the reverse.
2002-02-05 Bert Bos <bert@w3.org>
* Released version 2.2.
* cite.c: Now accepts a -m option to flag references. This allows
to find differently flagged references in different passes.
* multitoc.c: Fixed two bugs: a missing ! before strncmp and
missing printf(">"), which caused headings with child elements to
be copied incorrectly.
2001-09-25 Bert Bos <bert@w3.org>
* index.c: Fixed bug: no longer tries to index empty elements,
such as "<dfn></dfn>"
2001-08-01 Bert Bos <bert@w3.org>
* selector.c: Bug fixed: some occurrences of START_EQ were renamed
to EQ, but not all.
* select.c: renamed to xselect.c, because select is a built-in
command of certain shells.
2001-07-17 Bert Bos <bert@w3.org>
* unent.hash: fixed bug that copied a whole line instead of a
single unexpanded entity. Added option -b ("built-in") to leave
standard entities (amp, gt, lt, quot) untocuhed.
* Released version 2.0
* normalize.c: Added option -d to omit the doctype from the
output.
2001-07-16 Bert Bos <bert@w3.org>
* selector.c: Fixed bug in parsing of "[name]"; fixed missing
case in attribs_to_string()
* select.c: Now implements :lang and :nth...(an+b)
2001-07-10 Bert Bos <bert@w3.org>
* Released version 1.8
* mkbib.c: fixed bug in read_entries(). On Linux, calling
hsearch() with an action of ENTER replaces any existing data
with new data, if it is different, On Solaris the existing record
is kept. The routine now puts the data in the existing record.
2001-07-09 Bert Bos <bert@w3.org>
* Released version 1.7
* selector.c: Added (types and a parser for CSS selector)
* select.c: Added (implementation of CSS selectors)
2001-05-23 Bert Bos <bert@w3.org>
* Released version 1.6
2001-05-21 Bert Bos <bert@w3.org>
* toc.c: In expand(), if keep-anchors is false, IDs are now not
copied either.
2001-04-19 Bert Bos <bert@w3.org>
* textwrap.c: Fixed bug when space fell exactly at end of line.
But logic still is not perfect, since it creates spaces (indents)
on empty lines.
2001-03-22 Bert Bos <bert@w3.org>
* toc.c: </li> was not printed, even if xml was True
2001-02-04 Bert Bos <bert@w3.org>
* printlinks: added.
2000-09-14 Bert Bos <bert@w3.org>
* normalize.c: Fixed bug that caused text not to be preformatted
inside an element nested inside a PRE.
* textwrap.c: Fixed bug that caused lines not to be broken at all
if there was no break point before the target length.
2000-09-04 Bert Bos <bert@w3.org>
* xref.c: now skips quotes when comparing terms
2000-08-29 Bert Bos <bert@w3.org>
* Released version 1.3
2000-08-26 Bert Bos <bert@w3.org>
* index.c: termcmp() now correctly compares keys that end with
punctuation.
* normalize.1: now describes the -e (add endtags) option.
* xref.c: now uses title attribute in instances as well
2000-08-21 Bert Bos <bbos@lanalana.inria.fr>
* Released version 1.2
* All occurrences of "DOCTYPE" are now in uppercase.
2000-08-20 Bert Bos <bert@w3.org>
* tree.c: Now checks if there is a parent open before popping
elements from the stack.
* textwrap.c: Now flushes at \n or \r in preformatted, because
long preformatted elements could too easily overflow the buffer.
* html.y: Added some const's to formal parameters
* genid.c: minlen now works even if there are child elements; no
longer skips '-' and '.' when it generates an ID; no longer
generates zero-length IDs.
* cexport.c: Now recognizes quoted file names after "#line"
* class.c: Put contains() and has_class() in new file
* Makefile.am: Added addid and extract
Version 1.1 (2 August 2000)
Better (?) heuristic for closing and generating elements in
html_push() in tree.c. It no longer closes and re-opens the <html>
element in case both </head> and <body> are missing.
Different path for bash (/usr/local/bin/bash instead of
/usr/local/gnu/bin/bash) in cite-mkbib.
cite-mkbib was missing from the tar file.
Program incl changed. It now looks for <!--include "file"-->.
Because of that, a callback endincl() was added in html.y
Some programs now interpret argument "-" as meaning "read from
standard input."
Fixed bug in toc: it didn't correctly guard against re-use of IDs,
since it stored a random string rather than an ID in the binary
tree.
Added some handy functions to types.c: stapp(), chomp(), min(),
max().
|