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--algernon@bonehunter.rulez.org--tla/compat--mainline--0.1
#
2004-05-25 18:04:14 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-32
Summary:
Improved escaping
Revision:
compat--mainline--0.1--patch-32
* compat.c (_bhc_unescape): Unescape \\ too.
(bhc_escape): Escape \\ too.
(bhc_getsubopt): Do treat \\, as if it was \ and a , treated as
separator, not comma. That is, when encountering a `\\,', split by
the comma.
modified files:
ChangeLog compat.c
2004-05-25 12:46:58 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-31
Summary:
bhc_escape()
Revision:
compat--mainline--0.1--patch-31
* compat.h (bhc_escape): New prototype.
* compat.c (bhc_compat): New function.
modified files:
ChangeLog compat.c compat.h
2004-05-25 10:50:56 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-30
Summary:
bhc_getsubopt() understands escaped commas
Revision:
compat--mainline--0.1--patch-30
* compat.c (_bhc_unescape): New function.
(bhc_getsubopt): Keep our own implementation only, drop the
getsubopt() based one, and make it understand escaped commas.
* compat.m4: Removed getsubopt() checks.
We need a bhc_escape() function, and bhc_getsubopt() and
_bhc_unescape taught to understand \\.
modified files:
ChangeLog compat.c compat.m4
2004-03-21 21:34:38 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-29
Summary:
GPLv2 or later => GPLv2
Revision:
compat--mainline--0.1--patch-29
Changed the license to GPLv2 ONLY.
modified files:
ChangeLog compat.c compat.h
2004-03-20 22:02:33 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-28
Summary:
setproctitle() calling fix
Revision:
compat--mainline--0.1--patch-28
* compat.c [HAVE_WORKING_SETPROCTITLE] (bhc_setproctitle): Do not
pass the raw name to setproctitle(), use a format string instead.
modified files:
ChangeLog compat.c
2004-02-21 12:16:23 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-27
Summary:
error_t check removed from compat.m4
Revision:
compat--mainline--0.1--patch-27
* compat.m4: Do not check for error_t, compat.h does that more
reliably already.
modified files:
ChangeLog compat.m4
2004-02-07 12:38:20 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-26
Summary:
Fixed _bhc_realpath()
Revision:
compat--mainline--0.1--patch-26
* compat.c (_bhc_realpath): Use getcwd(), not bhc_getcwd(), which
allocates memory.
modified files:
ChangeLog compat.c
2004-01-29 18:46:51 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-25
Summary:
compat.m4
Revision:
compat--mainline--0.1--patch-25
* compat.m4: New file.
* Makefile.in {EXTRA_DIST}: Added it.
new files:
compat.m4
modified files:
ChangeLog Makefile.in
2003-12-14 14:49:09 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-24
Summary:
HAVE_WORKING_REGEX_H & compat-regex.h
Revision:
compat--mainline--0.1--patch-24
* compat-regex.h: Do the <regex.h> inclusion only if
HAVE_WORKING_REGEX_H is set (along with the other two).
modified files:
ChangeLog compat-regex.h
2003-12-14 14:07:20 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-23
Summary:
Changed a thy_log() to bhc_log()
Revision:
compat--mainline--0.1--patch-23
* compat.h [HAVE_VARIADIC_MACROS && BHC_OPTION_ALL_LOGGING]: Changed a
thy_log() define to bhc_log().
This fixes Thy compilation on Solaris 9.
modified files:
ChangeLog compat.h
2003-12-14 13:19:18 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-22
Summary:
ARGP_KEY_ARG
Revision:
compat--mainline--0.1--patch-22
* compat.h [!HAVE_ARGP_PARSE] [ARGP_KEY_ARG]: New define.
* compat.c (argp_parse): Iterate through the remaining args and pass
them to argps->parser with ARGP_KEY_ARG.
modified files:
ChangeLog compat.c compat.h
2003-12-13 15:42:04 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-21
Summary:
Protect compat-regex.h from Doxygen
Revision:
compat--mainline--0.1--patch-21
* compat-regex.h: Wrapped the whole stuff into an #ifndef __DOXYGEN__.
modified files:
ChangeLog compat-regex.h
2003-12-13 14:57:46 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-20
Summary:
compat-regex.h
Revision:
compat--mainline--0.1--patch-20
* compat-regex.h: New file (stripped down regex.h from GNU libc).
* Makefile.in (HEADERS): Added compat-regex.h.
new files:
compat-regex.h
modified files:
ChangeLog Makefile.in
2003-12-12 10:07:02 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-19
Summary:
Moved from compat/ to lib/compat/
Revision:
compat--mainline--0.1--patch-19
* Makefile.in: Reflect move from compat/ to lib/compat/.
{subdir}: Likewise.
modified files:
ChangeLog Makefile.in
2003-12-06 10:25:48 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-18
Summary:
Fixed argp_parse prototype
Revision:
compat--mainline--0.1--patch-18
* compat.h (argp_parse): The fifth argument is an int *, not a plain
int.
* compat.c (argp_parse): Updated to match the prototype.
Since we did not ever use arg_index, this is purely a cosmetic change.
modified files:
ChangeLog compat.c compat.h
2003-11-29 14:50:29 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-17
Summary:
bhc_atoi()
Revision:
compat--mainline--0.1--patch-17
* compat.h (bhc_atoi): New prototype.
* compat.c (bhc_atoi): New function.
modified files:
ChangeLog compat.c compat.h
2003-10-31 15:20:27 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-16
Summary:
Fixed a warning when compiled with dietlibc
Revision:
compat--mainline--0.1--patch-16
* compat.c: Do the rpl_malloc/malloc magic earlier, so we do get
malloc definitions after including the proper header.
modified files:
ChangeLog compat.c
2003-10-26 16:20:15 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-15
Summary:
Documented bhc_getsubopt()
Revision:
compat--mainline--0.1--patch-15
* compat.h (bhc_getsubopt): Added in-code Doxygen documentation.
modified files:
ChangeLog compat.h
2003-10-25 11:14:53 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-14
Summary:
Fixed a typo, and a missing include
Revision:
compat--mainline--0.1--patch-14
* compat.h: #include <syslog.h> and fix a typo `voic' vs `void'.
Noticed by Xavier Noria.
modified files:
ChangeLog compat.h
2003-10-24 17:47:47 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-13
Summary:
Logging stuff
Revision:
compat--mainline--0.1--patch-13
* compat.h (bhc_log): New prototype.
(bhc_error): Likewise.
(bhc_debug): Likewise.
* compat.c (bhc_log): New function.
(bhc_error): Likewise.
(bhc_debug): Likewise.
modified files:
ChangeLog compat.c compat.h
2003-10-23 22:47:27 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-12
Summary:
MacOS X support
Revision:
compat--mainline--0.1--patch-12
* compat.h: #include <stdint.h> earlier.
* compat.c: #include "compat.h" earlier.
Thanks to Xavier Noria.
modified files:
ChangeLog compat.c compat.h
2003-10-05 11:33:58 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-11
Summary:
Fixed argp stuff
Revision:
compat--mainline--0.1--patch-11
* compat.c [!HAVE_ARGP_PARSE] {argp_program_version}: Do not
initialise to NULL.
[!HAVE_ARGP_PARSE] {argp_program_version_hook}: Likewise.
modified files:
ChangeLog compat.c
2003-10-05 11:30:39 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-10
Summary:
thy_auth_* => bhc_*
Revision:
compat--mainline--0.1--patch-10
* compat.c [!HAVE_GETDELIM] (getdelim): Convert to bhc_*, thy_auth_*
was a left-over from the time this code was in thy-auth.
modified files:
ChangeLog compat.c
2003-09-22 09:16:54 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-9
Summary:
getdelim() & getline()
Revision:
compat--mainline--0.1--patch-9
* compat.h [!HAVE_GETDELIM] (getdelim): New prototype.
[!HAVE_GETLINE] (getline): Likewise.
* compat.c [!HAVE_GETDELIM] (getdelim): New function.
[!HAVE_GETLINE] (getline): Likewise.
modified files:
ChangeLog compat.c compat.h
2003-09-20 10:49:53 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-8
Summary:
Proper argp_program_version and _hook support
Revision:
compat--mainline--0.1--patch-8
* compat.c [!HAVE_ARGP_PARSE] (argp_program_version): Declare an empty
variable.
[!HAVE_ARGP_PARSE] (argp_program_bug_address): Likewise.
[!HAVE_ARGP_PARSE] (argp_program_version_hook): Likewise.
[!HAVE_ARGP_PARSE] (argp_parse): Adapted to use the pre-defined
variables.
modified files:
ChangeLog compat.c
2003-09-20 10:28:09 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-7
Summary:
Cosmetic ARGP fix
Revision:
compat--mainline--0.1--patch-7
* compat.c (argp_parse): Print a \n after argp_post_v().
modified files:
ChangeLog compat.c
2003-09-20 10:26:56 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-6
Summary:
ARGP_KEY_END and doc-only option support
Revision:
compat--mainline--0.1--patch-6
* compat.h [ARGP_KEY_END]: New constant.
* compat.c (argp_parse): Support doc-only options, and call
argps->parser after the main loop again, with key set to
ARGP_KEY_END.
modified files:
ChangeLog compat.c compat.h
2003-09-20 09:54:19 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-5
Summary:
OPTION_ARG_OPTIONAL support
Revision:
compat--mainline--0.1--patch-5
* compat.h [OPTION_ARG_OPTIONAL]: New constant.
* compat.c [!HAVE_ARGP_PARSE] (argp_parse): Support
OPTION_ARG_OPTIONAL for long options.
modified files:
ChangeLog compat.c compat.h
2003-09-20 09:28:35 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-4
Summary:
NetBSD compatibility
Revision:
compat--mainline--0.1--patch-4
* compat.h: #include <netdb.h> (for AI_NUMERICHOST).
[!error_t] (error_t): #define to int.
* compat.c (argp_error): It is state->argv0, not state->argv[0].
[HAVE_WORKING_SETPROCTITLE] (bhc_setproctitle): Changed to match the
prototype.
modified files:
ChangeLog compat.c compat.h
2003-09-20 08:33:51 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-3
Summary:
bh_* => bhc_*, for the sake of consistency
Revision:
compat--mainline--0.1--patch-3
* compat.h: Renamed all bh_* functions to bhc_*.
* compat.c: Likewise.
modified files:
ChangeLog compat.c compat.h
2003-09-19 11:58:17 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-2
Summary:
Memory allocation stuff
Revision:
compat--mainline--0.1--patch-2
* compat.c: Added the memory allocation functions. The prototypes were
moved to compat.h, but the functions weren't moved here. Did that
now.
modified files:
ChangeLog compat.c
2003-09-19 10:38:05 GMT Gergely Nagy <algernon@bonehunter.rulez.org> patch-1
Summary:
AIX hackery
Revision:
compat--mainline--0.1--patch-1
* compat.c: Added some AIX hackery from thy's src/misc.c.
modified files:
ChangeLog compat.c
2003-09-19 10:08:15 GMT Gergely Nagy <algernon@bonehunter.rulez.org> base-0
Summary:
Initial import
Revision:
compat--mainline--0.1--base-0
Initial import of the BoneHunter compat suite, mostly a modification of
thy--head--0.8's src/compat.[ch], with additions from src/misc.[ch]
(the memory allocation wrappers).
new files:
ChangeLog Makefile.in compat.c compat.h
|