Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(49) |
Feb
(45) |
Mar
(35) |
Apr
(75) |
May
(30) |
Jun
(67) |
Jul
(53) |
Aug
(70) |
Sep
(33) |
Oct
(30) |
Nov
(21) |
Dec
(29) |
2002 |
Jan
(43) |
Feb
(28) |
Mar
(43) |
Apr
(23) |
May
(86) |
Jun
(67) |
Jul
(55) |
Aug
(116) |
Sep
(87) |
Oct
(27) |
Nov
(48) |
Dec
(93) |
2003 |
Jan
(122) |
Feb
(139) |
Mar
(170) |
Apr
(46) |
May
(84) |
Jun
(60) |
Jul
(60) |
Aug
(86) |
Sep
(106) |
Oct
(42) |
Nov
(24) |
Dec
(43) |
2004 |
Jan
(63) |
Feb
(134) |
Mar
(95) |
Apr
(98) |
May
(85) |
Jun
(44) |
Jul
(142) |
Aug
(71) |
Sep
(45) |
Oct
(88) |
Nov
(46) |
Dec
(50) |
2005 |
Jan
(100) |
Feb
(72) |
Mar
(71) |
Apr
(55) |
May
(76) |
Jun
(86) |
Jul
(158) |
Aug
(142) |
Sep
(51) |
Oct
(37) |
Nov
(59) |
Dec
(79) |
2006 |
Jan
(61) |
Feb
(34) |
Mar
(95) |
Apr
(170) |
May
(66) |
Jun
(37) |
Jul
(29) |
Aug
(28) |
Sep
(59) |
Oct
(48) |
Nov
(72) |
Dec
(50) |
2007 |
Jan
(68) |
Feb
(49) |
Mar
(38) |
Apr
(79) |
May
(63) |
Jun
(29) |
Jul
(64) |
Aug
(47) |
Sep
(67) |
Oct
(101) |
Nov
(42) |
Dec
(29) |
2008 |
Jan
(37) |
Feb
(44) |
Mar
(64) |
Apr
(87) |
May
(132) |
Jun
(92) |
Jul
(135) |
Aug
(70) |
Sep
(72) |
Oct
(30) |
Nov
(21) |
Dec
(32) |
2009 |
Jan
(101) |
Feb
(65) |
Mar
(82) |
Apr
(38) |
May
(29) |
Jun
(75) |
Jul
(70) |
Aug
(69) |
Sep
(82) |
Oct
(28) |
Nov
(51) |
Dec
(19) |
2010 |
Jan
(46) |
Feb
(67) |
Mar
(66) |
Apr
(54) |
May
(55) |
Jun
(50) |
Jul
(84) |
Aug
(86) |
Sep
(43) |
Oct
(63) |
Nov
(33) |
Dec
(27) |
2011 |
Jan
(70) |
Feb
(29) |
Mar
(54) |
Apr
(50) |
May
(105) |
Jun
(45) |
Jul
(30) |
Aug
(83) |
Sep
(38) |
Oct
(71) |
Nov
(124) |
Dec
(61) |
2012 |
Jan
(33) |
Feb
(37) |
Mar
(60) |
Apr
(60) |
May
(51) |
Jun
(137) |
Jul
(80) |
Aug
(156) |
Sep
(32) |
Oct
(168) |
Nov
(56) |
Dec
(50) |
2013 |
Jan
(54) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
(7) |
2
(3) |
3
(1) |
4
(5) |
5
|
6
(1) |
7
|
8
(2) |
9
|
10
|
11
(5) |
12
(1) |
13
(5) |
14
(3) |
15
(3) |
16
(2) |
17
(1) |
18
(3) |
19
(12) |
20
(2) |
21
|
22
|
23
(1) |
24
(5) |
25
(4) |
26
(1) |
27
(2) |
28
|
29
|
30
|
31
(2) |
|
|
|
|
From: SourceForge.net <noreply@so...> - 2004-08-14 19:17:28
|
Patches item #1009286, was opened at 2004-08-14 19:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=302435&aid=1009286&group_id=2435 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ken Fitlike (kenfitlike) Assigned to: Nobody/Anonymous (nobody) Summary: commctrl.h: fixed define for WC_TREEVIEWA Initial Comment: Removed brackets from around WC_TREEVIEWA define which caused windres to emit parse error when compiling resource script. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=302435&aid=1009286&group_id=2435 |
From: SourceForge.net <noreply@so...> - 2004-08-14 05:12:25
|
Bugs item #1009016, was opened at 2004-08-13 20:39 Message generated for change (Comment added) made by lucasvignoli You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1009016&group_id=2435 Category: gcc Group: None Status: Closed Resolution: Fixed Priority: 5 Submitted By: Lucas Vignoli Reis (lucasvignoli) Assigned to: Danny Smith (dannysmith) Summary: unaccepted name for variable Initial Comment: Windows XP Professional gcc 3.3.1 (mingw special 20030804-1) ld 2.13.90 20030111 mingw 3.1.0-1 MSys 1.0.10 // obs: endereço is the portuguese word for address // i have this struct: typedef struct { U_CHAR high; // U_CHAR is defined as unsigned char U_CHAR medium; U_CHAR low; } ENDERECO; // and this declaration (global var) ENDERECO end; // and if i have something like this in any function ... end.high = 5; ... // it compiles great but when i run the program // it generates a SIGSEV segmentation fault // but if i change the name to 'end1' or else it starts working greatly // i tried to reproduce the bug with only what i've showed up to you, but i can't // i'm including allegro.h, stdio.h, and malloc.h // sorry if this turns out to be my problem, but i can't see how, anyway if it wasn't going to work there should be some compile error, shouldn't? // if you wan't my sources and my makefile, they're still pretty small i can send it, or else. ---------------------------------------------------------------------- >Comment By: Lucas Vignoli Reis (lucasvignoli) Date: 2004-08-14 02:12 Message: Logged In: YES user_id=1103743 Thank you! Sorry for bothering you about a solved bug. ---------------------------------------------------------------------- Comment By: Danny Smith (dannysmith) Date: 2004-08-13 21:56 Message: Logged In: YES user_id=11494 Update to newer binutils. This is an ld bug that was fixed on 2003-03-02 Danny ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1009016&group_id=2435 |
From: SourceForge.net <noreply@so...> - 2004-08-14 00:56:07
|
Bugs item #1009016, was opened at 2004-08-14 11:39 Message generated for change (Comment added) made by dannysmith You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1009016&group_id=2435 Category: gcc Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Lucas Vignoli Reis (lucasvignoli) Assigned to: Danny Smith (dannysmith) Summary: unaccepted name for variable Initial Comment: Windows XP Professional gcc 3.3.1 (mingw special 20030804-1) ld 2.13.90 20030111 mingw 3.1.0-1 MSys 1.0.10 // obs: endereço is the portuguese word for address // i have this struct: typedef struct { U_CHAR high; // U_CHAR is defined as unsigned char U_CHAR medium; U_CHAR low; } ENDERECO; // and this declaration (global var) ENDERECO end; // and if i have something like this in any function ... end.high = 5; ... // it compiles great but when i run the program // it generates a SIGSEV segmentation fault // but if i change the name to 'end1' or else it starts working greatly // i tried to reproduce the bug with only what i've showed up to you, but i can't // i'm including allegro.h, stdio.h, and malloc.h // sorry if this turns out to be my problem, but i can't see how, anyway if it wasn't going to work there should be some compile error, shouldn't? // if you wan't my sources and my makefile, they're still pretty small i can send it, or else. ---------------------------------------------------------------------- >Comment By: Danny Smith (dannysmith) Date: 2004-08-14 12:56 Message: Logged In: YES user_id=11494 Update to newer binutils. This is an ld bug that was fixed on 2003-03-02 Danny ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1009016&group_id=2435 |