You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
(1) |
Jul
(2) |
Aug
(13) |
Sep
(1) |
Oct
(6) |
Nov
(4) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
(8) |
Mar
(1) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
(2) |
Nov
|
Dec
|
2005 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(9) |
Dec
(4) |
2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(6) |
Nov
(4) |
Dec
(9) |
2007 |
Jan
(3) |
Feb
(8) |
Mar
(7) |
Apr
(13) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(26) |
Dec
|
2011 |
Jan
(11) |
Feb
(1) |
Mar
(2) |
Apr
(10) |
May
|
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(2) |
Oct
(4) |
Nov
|
Dec
|
2012 |
Jan
(6) |
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(3) |
2013 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
(1) |
15
|
16
|
17
(1) |
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
From: Mikhail G. <mgr...@co...> - 2003-12-17 05:42:09
|
Thanks for the patch! I will try to apply it (at least some parts) before next version comes out. ----- Original Message ----- From: "Olivier Courtin" <oli...@pn...> To: <xml...@li...> Sent: Sunday, December 14, 2003 2:10 PM Subject: [Xmlstar-devel] Compilation Warning > Hi, > > As i wanted to play with xmlstarlet, i get several compilation warning. > (gcc 3.2.3, linux 2.4.19, libxml 2.6.2, xmlstarlet CVS or 0.7.0) > > So i send you a patch with following changelog : > ( notice that i'm not at all a c expert, so... ) > > 1) Remove Warning with -Wall -pedantic compilation : > > - usage string chunk -> 509 char min on ISO C90 > > > 2) Remove Warning with -Wall -ansi -pedantic compilation : > > - add ansi flag, and remove -g -> configure.in > - snprintf convert as sprintf -> ANSI compliant > - strdup implementation -> ANSI compliant > - stat macro modification (xml_ls.c) -> POSIX compliant > - lstat convert as stat -> ansi compliant > > > 3) Remove LibXml API Warning : > - SAX handler modification (xml_pyx.c) -> API libxml 2.6.2 > - docbook support removed -> deprecated since libxml 2.6.0 API > > > 4) User Friendly : > - configure.in modification -> check libxml2 version >= 2.6.2 > > > 5) Tidy : > - remove unused fonction and headers from configure check > - use #include "config.h" instead of <config.h> > > HTH :) > > -- > Olivier Courtin > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.550 / Virus Database: 342 - Release Date: 12/9/2003 |
From: Olivier C. <oli...@pn...> - 2003-12-14 19:10:26
|
Hi, As i wanted to play with xmlstarlet, i get several compilation warning. (gcc 3.2.3, linux 2.4.19, libxml 2.6.2, xmlstarlet CVS or 0.7.0) So i send you a patch with following changelog : ( notice that i'm not at all a c expert, so... ) 1) Remove Warning with -Wall -pedantic compilation : - usage string chunk -> 509 char min on ISO C90 2) Remove Warning with -Wall -ansi -pedantic compilation : - add ansi flag, and remove -g -> configure.in - snprintf convert as sprintf -> ANSI compliant - strdup implementation -> ANSI compliant - stat macro modification (xml_ls.c) -> POSIX compliant - lstat convert as stat -> ansi compliant 3) Remove LibXml API Warning : - SAX handler modification (xml_pyx.c) -> API libxml 2.6.2 - docbook support removed -> deprecated since libxml 2.6.0 API 4) User Friendly : - configure.in modification -> check libxml2 version >= 2.6.2 5) Tidy : - remove unused fonction and headers from configure check - use #include "config.h" instead of <config.h> HTH :) -- Olivier Courtin |