OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
syslog: Fix name of C syslog function.
2011-12-09
ian
syslog: Fix name of C syslog function.
commit
|
commitdiff
|
tree
2011-12-09
ian
runtime: make print() built-in write to stderr.
commit
|
commitdiff
|
tree
2011-12-09
ian
compiler: Another correction to hidden fields in composite...
commit
|
commitdiff
|
tree
2011-12-09
ian
compiler: It's OK to assign a struct with hidden fields...
commit
|
commitdiff
|
tree
2011-12-08
ian
compiler: Don't check for hidden fields on struct assignments.
commit
|
commitdiff
|
tree
2011-12-07
ian
libgo: Add back tests of syscall time.
commit
|
commitdiff
|
tree
2011-12-07
ian
libgo: Remove debug/proc, os.Error.
commit
|
commitdiff
|
tree
2011-12-07
ian
libgo: Update to weekly 2011-11-09.
commit
|
commitdiff
|
tree
2011-12-06
ian
libgo: Remove more os.Error cases.
commit
|
commitdiff
|
tree
2011-12-03
ian
libgo: Update to weekly.2011-11-02.
commit
|
commitdiff
|
tree
2011-12-03
ian
libgo: Generate dependencies automatically.
commit
|
commitdiff
|
tree
2011-12-02
ian
libgo: Update to weekly.2011-11-01.
commit
|
commitdiff
|
tree
2011-12-02
ian
merge.sh: Add files, add revision option, handle middle...
commit
|
commitdiff
|
tree
2011-12-01
ian
runtime: Remove temporary runtime_cond_wait function.
commit
|
commitdiff
|
tree
2011-12-01
ian
compiler: add error to list of built-in types.
commit
|
commitdiff
|
tree
2011-12-01
ian
runtime: Rename sigignore to sig_ignore for Solaris.
commit
|
commitdiff
|
tree
2011-12-01
ian
compiler/runtime: Copy channel implementation from...
commit
|
commitdiff
|
tree
2011-11-30
ian
runtime: Copy runtime_panicstring from master library.
commit
|
commitdiff
|
tree
2011-11-29
ian
libgo: update to weekly.2011-10-25
commit
|
commitdiff
|
tree
2011-11-29
ian
runtime: If no sem_timedwait, use pthread_cond_timedwait.
commit
|
commitdiff
|
tree
2011-11-29
ian
runtime: If O_CLOEXEC is not defined, define it as 0.
commit
|
commitdiff
|
tree
2011-11-29
ian
compiler: Define and use backend-independent Location...
commit
|
commitdiff
|
tree
2011-11-29
ian
Implement predefined error interface.
commit
|
commitdiff
|
tree
2011-11-28
ian
runtime: Multiplex goroutines onto OS threads.
commit
|
commitdiff
|
tree
2011-11-28
ian
* generic-morestack.c (__splitstack_find): Check for...
commit
|
commitdiff
|
tree
2011-11-22
ian
runtime: New lock/note implementation.
commit
|
commitdiff
|
tree
2011-11-22
ian
* doc/install.texi (Configuration): Correct doc of
commit
|
commitdiff
|
tree
2011-11-14
ian
runtime: Use some of 6g runtime.c for easier merging.
commit
|
commitdiff
|
tree
2011-11-11
ian
Introduce G structure and thread-local global g.
commit
|
commitdiff
|
tree
2011-11-09
ian
libgcc/:
commit
|
commitdiff
|
tree
2011-11-04
ian
Fix select { case v, ok := <-c: }.
commit
|
commitdiff
|
tree
2011-11-02
ian
syscall: Remove Linux system calls not available in...
commit
|
commitdiff
|
tree
2011-11-02
ian
exp/terminal: Use tcgetattr/tcsetattr rather than ioctl.
commit
|
commitdiff
|
tree
2011-11-02
ian
libgo/Makefile: Fix dependency.
commit
|
commitdiff
|
tree
2011-11-02
ian
* godump.c (struct macro_hash_value): Define.
commit
|
commitdiff
|
tree
2011-11-01
ian
runtime: Don't ask mmap for wrapping memory.
commit
|
commitdiff
|
tree
2011-11-01
ian
runtime: Correct test of mmap return value.
commit
|
commitdiff
|
tree
2011-11-01
ian
syscall: Portability code for epoll_event on GNU/Linux.
commit
|
commitdiff
|
tree
2011-10-31
ian
syscall: Use sched_yield rather than pthread_yield.
commit
|
commitdiff
|
tree
2011-10-31
ian
syscall: Fix Errstr on systems without strerror_r.
commit
|
commitdiff
|
tree
2011-10-31
ian
syscall: Remove a couple more 3-parameter match's in...
commit
|
commitdiff
|
tree
2011-10-29
ian
* setproctitle.c (setproctitle): Use "GNU/Linux" in...
commit
|
commitdiff
|
tree
2011-10-28
ian
Add rune as an alias for int.
commit
|
commitdiff
|
tree
2011-10-28
ian
* config/i386/morestack.S: Correct CFI information...
commit
|
commitdiff
|
tree
2011-10-27
ian
* cppdefault.c: Undef NATIVE_SYSTEM_HEADER_DIR if
commit
|
commitdiff
|
tree
2011-10-27
ian
syscalls: Rewrite awk script to work with nawk.
commit
|
commitdiff
|
tree
2011-10-26
ian
Update Go library to last weekly.
commit
|
commitdiff
|
tree
2011-10-25
ian
* tree-eh.c (do_return_redirection): Remove return_value_p
commit
|
commitdiff
|
tree
2011-10-25
ian
Solaris/Irix compatibility patches.
commit
|
commitdiff
|
tree
2011-10-25
ian
Fix Solaris build.
commit
|
commitdiff
|
tree
2011-10-25
ian
Implement predeclared delete function.
commit
|
commitdiff
|
tree
2011-10-25
ian
Don't permit close of receive-only channel.
commit
|
commitdiff
|
tree
2011-10-25
ian
Implement new order of assignment rules.
commit
|
commitdiff
|
tree
2011-10-24
ian
Error if naked return when result variables are shadowed.
commit
|
commitdiff
|
tree
2011-10-24
ian
Implement append([]byte, string...).
commit
|
commitdiff
|
tree
2011-10-24
ian
Some minor fixes to the rewritten syscall library.
commit
|
commitdiff
|
tree
2011-10-24
ian
Rename is_open_array_type to is_slice_type.
commit
|
commitdiff
|
tree
2011-10-23
ian
Implement new syscall package.
commit
|
commitdiff
|
tree
2011-10-22
ian
Update Go library to r60.3 release.
commit
|
commitdiff
|
tree
2011-10-17
ian
* configure.ac: Add --with-native-system-header-dir...
commit
|
commitdiff
|
tree
2011-10-11
ian
Remove incorrect ChangeLog entry, correct spacing.
commit
|
commitdiff
|
tree
2011-10-10
ian
PR c++/48665
commit
|
commitdiff
|
tree
2011-10-07
ian
* generic-morestack-thread.c: #include <errno.h>.
commit
|
commitdiff
|
tree
2011-10-07
ian
PR target/46093
commit
|
commitdiff
|
tree
2011-10-04
ian
Fix global var initialized to function call with calls...
commit
|
commitdiff
|
tree
2011-10-03
ian
* godump.c (go_output_typedef): Support printing enum...
commit
|
commitdiff
|
tree
2011-09-28
ian
mksysinfo: #include <ttold.h> on Irix.
commit
|
commitdiff
|
tree
2011-09-27
ian
mksysinfo: Fix for systems that don't define TIOCSCTTY.
commit
|
commitdiff
|
tree
2011-09-26
ian
Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.
commit
|
commitdiff
|
tree
2011-09-26
ian
Fix sysinfo.go on systems which don't need to import...
commit
|
commitdiff
|
tree
2011-09-26
ian
Fix location of error about unused import "unsafe".
commit
|
commitdiff
|
tree
2011-09-23
ian
* go.test/go-test.exp (errchk): Handle more cases...
commit
|
commitdiff
|
tree
2011-09-23
ian
Better parsing of erroneous expression on left of :=.
commit
|
commitdiff
|
tree
2011-09-23
ian
* md5.c (md5_process_bytes): Correct handling of unaligned
commit
|
commitdiff
|
tree
2011-09-23
ian
Include <termios.h> in mksysinfo.sh.
commit
|
commitdiff
|
tree
2011-09-23
ian
* godump.c (go_define): Treat a single character in...
commit
|
commitdiff
|
tree
2011-09-22
ian
Update Go library to release r60.1.
commit
|
commitdiff
|
tree
2011-09-22
ian
Add html/testdata files accidentally omitted.
commit
|
commitdiff
|
tree
2011-09-21
ian
Update Go testsuite to release r60.
commit
|
commitdiff
|
tree
2011-09-21
ian
Increase default libgo test timeout.
commit
|
commitdiff
|
tree
2011-09-21
ian
Better handling of unexpected EOF in parser.
commit
|
commitdiff
|
tree
2011-09-21
ian
Better error message for shift context types.
commit
|
commitdiff
|
tree
2011-09-21
ian
Support nil maps.
commit
|
commitdiff
|
tree
2011-09-21
ian
Fix channels with element type of size zero.
commit
|
commitdiff
|
tree
2011-09-21
ian
Fix typo in error message.
commit
|
commitdiff
|
tree
2011-09-20
ian
Improve error for undefined name in imported package.
commit
|
commitdiff
|
tree
2011-09-20
ian
Fix calling make with slice whose element type is size...
commit
|
commitdiff
|
tree
2011-09-20
ian
Implement goto restrictions.
commit
|
commitdiff
|
tree
2011-09-20
ian
Check for duplicate parameter/result names.
commit
|
commitdiff
|
tree
2011-09-20
ian
Emit compiler errors for unused values.
commit
|
commitdiff
|
tree
2011-09-19
ian
Fix handling of mutually recursive named types.
commit
|
commitdiff
|
tree
2011-09-17
ian
Improve errors for invalid use of [...]type.
commit
|
commitdiff
|
tree
2011-09-16
ian
Block forever on send/receive to/from nil channel.
commit
|
commitdiff
|
tree
2011-09-16
ian
Update Go library to r60.
commit
|
commitdiff
|
tree
2011-09-16
ian
Fix defer when not calling recover in function with...
commit
|
commitdiff
|
tree
2011-09-14
ian
Fix handling of structs with embedded global types.
commit
|
commitdiff
|
tree
2011-09-14
ian
Fix defer/recover at high optimization levels.
commit
|
commitdiff
|
tree
2011-09-13
ian
Always dereference nil receiver passed to value method.
commit
|
commitdiff
|
tree
2011-09-13
ian
Fix inheriting hidden methods with arguments of hidden...
commit
|
commitdiff
|
tree
2011-09-13
ian
Fix inherited hidden methods that return hidden types.
commit
|
commitdiff
|
tree
next