Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 80605
Collapse All | Expand All

(-)select_box.h.old (-1 / +1 lines)
Lines 46-52 Link Here
46
#define COLOR_FORM 6
46
#define COLOR_FORM 6
47
47
48
48
49
extern char dir_cur_dir[MAX_FNAME];
49
extern char dir_cur_dir[TAPER_MAX_FNAME];
50
50
51
typedef struct {
51
typedef struct {
52
    _s32 top_entry, cur_entry;
52
    _s32 top_entry, cur_entry;
(-)taper.h.old (-1 / +1 lines)
Lines 40-50 Link Here
40
#include <curses.h>
40
#include <curses.h>
41
#include <form.h>
41
#include <form.h>
42
42
43
#include "defaults.h"
43
#include "select_box.h"
44
#include "select_box.h"
44
#include "compress/lzrw3.h"
45
#include "compress/lzrw3.h"
45
#include "compress/gzip.h"
46
#include "compress/gzip.h"
46
#include "non-ansi.h"
47
#include "non-ansi.h"
47
#include "defaults.h"
48
#include "structs.h"
48
#include "structs.h"
49
#include "vars.h"
49
#include "vars.h"
50
#include "common.h"
50
#include "common.h"
(-)select_box.c.old (+1 lines)
Lines 12-17 Link Here
12
12
13
13
14
#include <signal.h>
14
#include <signal.h>
15
#include "defaults.h"
15
#include "select_box.h"
16
#include "select_box.h"
16
17
17
extern WINDOW *win_main;
18
extern WINDOW *win_main;
(-)version.old (-8 / +8 lines)
Lines 1-13 Link Here
1
LATEST_VERSION = 7.11
1
LATEST_VERSION = 7.12
2
LATEST_HTML = 0711
2
LATEST_HTML = 0712
3
LATEST_DATE = 25MAR04
3
LATEST_DATE = 14FEB06
4
LATEST_PREVIOUS = 7.10
4
LATEST_PREVIOUS = 7.11
5
LATEST_DIFFS = $(LATEST_PREVIOUS)-$(LATEST_VERSION)
5
LATEST_DIFFS = $(LATEST_PREVIOUS)-$(LATEST_VERSION)
6
6
7
STABLE_VERSION = 7.11
7
STABLE_VERSION = 7.12
8
STABLE_DATE = 25MAR04
8
STABLE_DATE = 14FEB06
9
STABLE_HTML = 0711
9
STABLE_HTML = 0712
10
STABLE_PREVIOUS = 0710
10
STABLE_PREVIOUS = 0711
11
STABLE_DIFFS = $(STABLE_PREVIOUS)-$(STABLE_VERSION)
11
STABLE_DIFFS = $(STABLE_PREVIOUS)-$(STABLE_VERSION)
12
12
13
WEB_ADDRESS = www.maresth.nl/TuxOnTape
13
WEB_ADDRESS = www.maresth.nl/TuxOnTape

Return to bug 80605