index
:
replicant/external_libcxx
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
istream
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge to upstream r222492.
Dan Albert
2014-11-20
1
-1
/
+17
*
LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...
Marshall Clow
2013-10-31
1
-1
/
+6
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-7
/
+7
*
In istream::ignore, check the delimeter as an int_type, not as a char_type, s...
Howard Hinnant
2013-07-01
1
-4
/
+2
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-4
/
+4
*
Have basic_istream::read call sgetn intead of sbumpc individual characters. ...
Howard Hinnant
2013-03-06
1
-10
/
+3
*
Hyeon-Bin Jeong: readsome() need to reset gcount to zero. This fixes http:/...
Howard Hinnant
2012-12-20
1
-0
/
+1
*
Provide a way to disable use of extern templates in libc++. This is intended...
Howard Hinnant
2012-11-06
1
-3
/
+3
*
peek should set eofbit if sgetc() returns eof.
Howard Hinnant
2012-11-01
1
-0
/
+4
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-1
/
+1
*
Have basic_istream seekg, putback and unget first clear eofbit. Fixes http:/...
Howard Hinnant
2012-08-24
1
-0
/
+3
*
Modernize conversion to bool to the explicit bool conversion operator (librar...
Howard Hinnant
2012-02-21
1
-1
/
+1
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-3
/
+2
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-42
/
+42
*
Add protection from min/max macros
Howard Hinnant
2011-11-29
1
-0
/
+2
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Fix <rdar://problem/10256836> getline of an empty string mistakenly causes fa...
Howard Hinnant
2011-10-09
1
-1
/
+3
*
Reimplemented much of <istream> such that single character extractions do not...
Howard Hinnant
2011-09-01
1
-207
/
+167
*
Fixing up some ABI issues
Howard Hinnant
2011-07-07
1
-0
/
+4
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-3
/
+3
*
Fixed two problems found by Chris Jefferson: Made operator>> for char consis...
Howard Hinnant
2011-02-27
1
-0
/
+8
*
Chris Jefferson noted many places where function calls needed to be qualified...
Howard Hinnant
2011-02-14
1
-1
/
+1
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
visibility-decoration.
Howard Hinnant
2010-09-22
1
-6
/
+8
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
1
-12
/
+12
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-80
/
+80
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
1
-1
/
+1
*
libcxx initial import
Howard Hinnant
2010-05-11
1
-0
/
+1733