Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 250832 | Differences between
and this patch

Collapse All | Expand All

(-)blassic-0.10.0.orig/cursor.h (+1 lines)
Lines 6-11 Link Here
6
6
7
7
8
#include <string>
8
#include <string>
9
#include <cstring>
9
10
10
11
11
namespace cursor {
12
namespace cursor {
(-)blassic-0.10.0.orig/graphics.cpp (+2 lines)
Lines 24-29 using util::to_string; Link Here
24
#include <sstream>
24
#include <sstream>
25
#include <iomanip>
25
#include <iomanip>
26
26
27
#include <cstdlib>
28
#include <cstring>
27
#include <memory>
29
#include <memory>
28
using std::auto_ptr;
30
using std::auto_ptr;
29
31
(-)blassic-0.10.0.orig/memory.cpp (+1 lines)
Lines 29-34 Link Here
29
#endif
29
#endif
30
// HAVE_SYS_MMAN_H
30
// HAVE_SYS_MMAN_H
31
31
32
#include <cstring>
32
#include <iostream>
33
#include <iostream>
33
using std::cerr;
34
using std::cerr;
34
using std::endl;
35
using std::endl;
(-)blassic-0.10.0.orig/program.cpp (+1 lines)
Lines 18-23 using util::to_string; Link Here
18
#include <cctype>
18
#include <cctype>
19
#include <sstream>
19
#include <sstream>
20
20
21
#include <cstring>
21
using std::string;
22
using std::string;
22
// For debugging.
23
// For debugging.
23
using std::cerr;
24
using std::cerr;
(-)blassic-0.10.0.orig/runnerline_instructions.cpp (+1 lines)
Lines 16-21 using util::to_string; Link Here
16
16
17
#include "trace.h"
17
#include "trace.h"
18
18
19
#include <cstring>
19
#include <memory>
20
#include <memory>
20
using std::auto_ptr;
21
using std::auto_ptr;
21
22
(-)blassic-0.10.0.orig/socket.cpp (+1 lines)
Lines 3-8 Link Here
3
3
4
#include "socket.h"
4
#include "socket.h"
5
5
6
#include <cstring>
6
//------------------------------------------------
7
//------------------------------------------------
7
// Changed this: now do not use winsock in Cygwin.
8
// Changed this: now do not use winsock in Cygwin.
8
//------------------------------------------------
9
//------------------------------------------------
(-)blassic-0.10.0.orig/util.h (+1 lines)
Lines 8-13 Link Here
8
#include <sstream>
8
#include <sstream>
9
#include <stdexcept>
9
#include <stdexcept>
10
#include <iostream>
10
#include <iostream>
11
#include <cstdlib>
11
12
12
#ifdef __BORLANDC__
13
#ifdef __BORLANDC__
13
#pragma warn -8027
14
#pragma warn -8027

Return to bug 250832