8000 * ext/curses, sample/curses: removed curses. · ruby/ruby@9c5b2fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c5b2fd

Browse files
committed
* ext/curses, sample/curses: removed curses.
* NEWS: added an entry for the above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent d3363a9 commit 9c5b2fd

File tree

15 files changed

+11
-4892
lines changed

15 files changed

+11
-4892
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Mon Dec 9 13:36:55 2013 Shugo Maeda <shugo@ruby-lang.org>
2+
3+
* ext/curses, sample/curses: removed curses.
4+
5+
* NEWS: added an entry for the above change.
6+
17
Mon Dec 9 12:26:05 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
28

39
* ext/objspace/object_tracing.c (newobj_i): use cached class path

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,11 @@ String
327327
It gets encoding argument to convert before percent encode.
328328
UTF-16 strings aren't converted to UTF-8 before percent encode by default.
329329

330+
* curses
331+
* Removed.
332+
curses is now available as a gem.
333+
See https://rubygems.org/gems/curses for details.
334+
330335
=== Built-in global variables compatibility issues
331336

332337
* $SAFE

ext/Setup

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#Win32API
44
#bigdecimal
5-
#curses
65
#dbm
76
#digest
87
#digest/md5

ext/Setup.atheos

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ option nodynamic
22

33
#Win32API
44
bigdecimal
5-
curses
65
dbm
76
digest
87
digest/md5

ext/Setup.emx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ option nodynamic
44

55
#Win32API
66
bigdecimal
7-
curses
87
#dbm
98
digest
109
digest/md5

ext/Setup.nacl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# bigdecimal
55
# continuation
66
# coverage
7-
# #curses
87
# date
98
# #dbm
109
# digest/bubblebabble

ext/Setup.nt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
Win32API
55
bigdecimal
6-
#curses
76
#dbm
87
digest
98
digest/md5

0 commit comments

Comments
 (0)
0