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
|
# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--gobry@pybliographer.org--public/python-bibtex--stable--1.2
#
2005-10-06 14:05:40 GMT Frederic Gobry <frederic.gobry@epfl.ch> patch-30
Summary:
oops, forgot the NEWS file in the manifest
Revision:
python-bibtex--stable--1.2--patch-30
modified files:
ChangeLog MANIFEST.in
2005-10-06 14:04:28 GMT Frederic Gobry <frederic.gobry@epfl.ch> patch-29
Summary:
ready for release 1.2.2
Revision:
python-bibtex--stable--1.2--patch-29
new files:
.arch-ids/NEWS.id NEWS
modified files:
ChangeLog setup.py
2005-09-25 20:20:25 GMT Frederic Gobry <frederic.gobry@epfl.ch> patch-28
Summary:
use the BIBTEX_VERBATIM type to specify no quoting in reverse ()
Revision:
python-bibtex--stable--1.2--patch-28
modified files:
ChangeLog bibtexmodule.c
2005-09-25 20:11:33 GMT Frederic Gobry <frederic.gobry@epfl.ch> patch-27
Summary:
added support for "verbatim" fields, like urls
Revision:
python-bibtex--stable--1.2--patch-27
These fields have their ~ not escaped (so far, this overlaps the
"quote" option of the reverse function)
new files:
tests/.arch-ids/url.bib-ok.id tests/.arch-ids/url.bib.id
tests/url.bib tests/url.bib-ok
modified files:
ChangeLog bibparse.y bibtex.h bibtexmodule.c field.c reverse.c
struct.c testsuite.py
2005-08-24 20:50:06 GMT Frederic Gobry <frederic.gobry@epfl.ch> patch-26
Summary:
slight improvement in an error message
Revision:
python-bibtex--stable--1.2--patch-26
For extra commas in entry keys, the error message was speaking
about a preamble problem.
modified files:
ChangeLog bibparse.y
2005-06-29 21:03:25 GMT Frederic Gobry <frederic.gobry@epfl.ch> patch-25
Summary:
added a new parsing function next_unfiltered ()
Revision:
python-bibtex--stable--1.2--patch-25
This function also returns @string and @preamble entries. Its return value
is the same as next (), but encapsulated in an additional tuple, like:
('entry', ...)
('preamble', ...)
('string', ...)
new files:
tests/.arch-ids/preamble.bib-ok.id
tests/.arch-ids/preamble.bib.id
tests/.arch-ids/simple-2.bib-ok.id
tests/.arch-ids/simple-2.bib.id
tests/.arch-ids/string.bib-ok.id tests/.arch-ids/string.bib.id
tests/preamble.bib tests/preamble.bib-ok tests/simple-2.bib
tests/simple-2.bib-ok tests/string.bib tests/string.bib-ok
modified files:
ChangeLog bibtex.c bibtex.h bibtexmodule.c entry.c
testsuite.py
2005-06-22 20:03:48 GMT Frederic Gobry <frederic.gobry@epfl.ch> patch-24
Summary:
applied patch from mh21 for bug #1224723
Revision:
python-bibtex--stable--1.2--patch-24
encode II as \"{U}{II}
modified files:
ChangeLog reverse.c
2004-12-15 20:54:32 GMT Frederic Gobry <frederic.gobry@epfl.ch> patch-23
Summary:
added a test for () in record key
Revision:
python-bibtex--stable--1.2--patch-23
new files:
tests/.arch-ids/paren.bib-ok.id tests/.arch-ids/paren.bib.id
tests/paren.bib tests/paren.bib-ok
modified files:
ChangeLog testsuite.py
2004-08-13 08:32:14 GMT Frederic Gobry <frederic.gobry@epfl.ch> patch-22
Summary:
ready for release 1.2.1
Revision:
python-bibtex--stable--1.2--patch-22
modified files:
ChangeLog setup.py
2004-08-12 14:16:33 GMT Frederic Gobry <frederic.gobry@epfl.ch> patch-21
Summary:
compilation fixes for AMD64
Revision:
python-bibtex--stable--1.2--patch-21
Fix provided by Thomas Philipp via Karl Eichwalder.
modified files:
ChangeLog entry.c source.c
2004-06-21 19:05:59 GMT Frederic Gobry <gobry@pybliographer.org> patch-20
Summary:
fixed the remaining HEAD_INIT ()
Revision:
python-bibtex--stable--1.2--patch-20
modified files:
ChangeLog recodemodule.c
2004-06-14 19:57:49 GMT Frederic Gobry <gobry@pybliographer.org> patch-19
Summary:
attempt to fix building on windows
Revision:
python-bibtex--stable--1.2--patch-19
modified files:
ChangeLog bibtexmodule.c recodemodule.c
2004-04-29 20:53:22 GMT Frederic Gobry <gobry@pybliographer.org> patch-18
Summary:
fink compliant
Revision:
python-bibtex--stable--1.2--patch-18
With a patched recode from fink, it is now possible to build the extension
with:
python setup.py build_ext -I /sw/include -L /sw/lib
modified files:
ChangeLog biblex.l reverse.c
2004-04-16 10:06:47 GMT Frederic Gobry <frederic.gobry@smartdata.ch> patch-17
Summary:
be ready to release version 1.2.0
Revision:
python-bibtex--stable--1.2--patch-17
new files:
.arch-ids/.arch-inventory.id .arch-inventory
modified files:
ChangeLog setup.py {arch}/=tagging-method
2004-04-16 09:59:01 GMT Frederic Gobry <frederic.gobry@smartdata.ch> patch-16
Summary:
fixed bug #932321
Revision:
python-bibtex--stable--1.2--patch-16
Support and .
modified files:
ChangeLog accents.c
2003-10-30 13:27:58 GMT Frederic Gobry <gobry@pybliographer.org> patch-15
Summary:
cosmetic fixes
Revision:
python-bibtex--stable--1.2--patch-15
modified files:
ChangeLog README
2003-10-08 05:20:47 GMT Frederic Gobry <gobry@puck.ch> patch-14
Summary:
fixed archive content
Revision:
python-bibtex--stable--1.2--patch-14
The testsuite was missing from the archive
modified files:
ChangeLog MANIFEST.in setup.py
2003-10-05 19:04:56 GMT Frederic Gobry <gobry@puck.ch> patch-13
Summary:
prepare 1.1.93
Revision:
python-bibtex--stable--1.2--patch-13
- fixed version number
- distribute the changelog
modified files:
ChangeLog MANIFEST.in setup.py
2003-10-03 09:31:09 GMT Frederic Gobry <gobry@puck.ch> patch-12
Summary:
merged preliminary bibtex checks
Revision:
python-bibtex--stable--1.2--patch-12
Patches applied:
* gobry@puck.ch--2003/python-bibtex--development--1.2--base-0
tag of gobry@pybliographer.org--public/python-bibtex--stable--1.2--patch-10
* gobry@puck.ch--2003/python-bibtex--development--1.2--patch-1
added a first trivial check for _bibtex
* gobry@puck.ch--2003/python-bibtex--development--1.2--patch-2
removed C test program
* gobry@puck.ch--2003/python-bibtex--development--1.2--patch-3
check for unfinished entries
* gobry@puck.ch--2003/python-bibtex--development--1.2--patch-4
check for incomplete entries
* gobry@puck.ch--2003/python-bibtex--development--1.2--patch-5
abort when some test fails
new files:
tests/.arch-ids/eof.bib-ok.id tests/.arch-ids/eof.bib.id
tests/.arch-ids/simple.bib-ok.id tests/.arch-ids/simple.bib.id
tests/eof.bib tests/eof.bib-ok tests/simple.bib
tests/simple.bib-ok
removed files:
.arch-ids/testparser.c.id testparser.c
modified files:
ChangeLog bibtexmodule.c setup.py testsuite.py
new patches:
gobry@puck.ch--2003/python-bibtex--development--1.2--base-0
gobry@puck.ch--2003/python-bibtex--development--1.2--patch-1
gobry@puck.ch--2003/python-bibtex--development--1.2--patch-2
gobry@puck.ch--2003/python-bibtex--development--1.2--patch-3
gobry@puck.ch--2003/python-bibtex--development--1.2--patch-4
gobry@puck.ch--2003/python-bibtex--development--1.2--patch-5
2003-10-01 07:47:18 GMT Frederic Gobry <frederic.gobry@smartdata.ch> patch-11
Summary:
fix handling of bibtex_error as python exceptions
Revision:
python-bibtex--stable--1.2--patch-11
- The definition of G_LOG_DOMAIN=BibTeX was missing from the setup.py.
- use the macro in the module file too.
modified files:
./ChangeLog ./bibtexmodule.c ./setup.py
2003-09-24 07:46:34 GMT Frederic Gobry <frederic.gobry@smartdata.ch> patch-10
Summary:
even more verbose messages
Revision:
python-bibtex--stable--1.2--patch-10
- point to the Troubleshooting when a known problem is detected.
- provide additional help in the README.
modified files:
./ChangeLog ./README ./setup.py
2003-09-23 21:00:34 GMT Frederic Gobry <frederic.gobry@smartdata.ch> patch-9
Summary:
explicit error message for recode import problem
Revision:
python-bibtex--stable--1.2--patch-9
When recode is compiled under certain circumstances (notably recode 3.5
with gcc-3.3), recode_outer_new () can return NULL. This causes the module
not to be loaded, but silentely. This patch adds a warning for this case.
modified files:
./ChangeLog ./README ./recodemodule.c ./testsuite.py
2003-09-21 20:33:27 GMT Frederic Gobry <gobry@puck.ch> patch-8
Summary:
removed the "module" suffix
Revision:
python-bibtex--stable--1.2--patch-8
the generated python extensions do not need to be called _recodemodule.so,
_recode.so is enough.
modified files:
./ChangeLog ./setup.py
2003-09-19 15:04:57 GMT Frederic Gobry <gobry@puck.ch> patch-7
Summary:
explicit help for recode
Revision:
python-bibtex--stable--1.2--patch-7
- the error message is cleaner for broken recode
- the README explains this specific error message
modified files:
./ChangeLog ./README ./setup.py ./testsuite.py
2003-09-19 14:46:51 GMT Frederic Gobry <gobry@puck.ch> patch-6
Summary:
forbid installation of broken recode
Revision:
python-bibtex--stable--1.2--patch-6
the test suite checks that recode is not broken.
modified files:
./ChangeLog ./testsuite.py
2003-09-19 14:19:49 GMT Frederic Gobry <gobry@puck.ch> patch-5
Summary:
.py[co] are precious
Revision:
python-bibtex--stable--1.2--patch-5
accept pyc files in the tree
modified files:
./ChangeLog ./{arch}/=tagging-method
2003-09-19 14:14:59 GMT Frederic Gobry <gobry@puck.ch> patch-4
Summary:
test suite skeleton
Revision:
python-bibtex--stable--1.2--patch-4
added a testsuite that is automatically run before the module can be installed.
new files:
./.arch-ids/testsuite.py.id ./tests/.arch-ids/=id
./testsuite.py
modified files:
./ChangeLog ./setup.py
new directories:
./tests ./tests/.arch-ids
2003-09-18 13:51:58 GMT Frederic Gobry <gobry@puck.ch> patch-3
Summary:
release 1.1.92
Revision:
python-bibtex--stable--1.2--patch-3
- fixed setup.py to be declared as 1.1.92
modified files:
./ChangeLog ./setup.py
2003-09-17 20:03:34 GMT Frederic Gobry <frederic.gobry@smartdata.ch> patch-2
Summary:
project bookkeeping
Revision:
python-bibtex--stable--1.2--patch-2
- handling of build directories
- added a changelog
new files:
./.arch-ids/ChangeLog.id ./ChangeLog
modified files:
./{arch}/=tagging-method
2003-09-17 20:01:45 GMT Frederic Gobry <frederic.gobry@smartdata.ch> patch-1
Summary:
fixed a memory leak
Revision:
python-bibtex--stable--1.2--patch-1
fixed a leak when the request is invalid.
modified files:
./recodemodule.c
2003-09-16 12:07:11 GMT Frederic Gobry <gobry@puck.ch> base-0
Summary:
initial import
Revision:
python-bibtex--stable--1.2--base-0
(automatically generated log message)
new files:
./MANIFEST.in ./README ./accents.c ./author.c ./biblex.l
./bibparse.y ./bibtex.c ./bibtex.h ./bibtexmodule.c
./debugging.h ./entry.c ./field.c ./logging.h ./recodemodule.c
./reverse.c ./setup.py ./source.c ./stringutils.c ./struct.c
./testparser.c
|