summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/src_network_socket_qudpsocket.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-08-20 21:19:54 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-08-24 13:01:10 (GMT)
commitd9b567288f301e44abedebf5b9b553c2878f2c77 (patch)
tree0ad0d69158b1055507f57a2bf78208c7fd4816c1 /doc/src/snippets/code/src_network_socket_qudpsocket.cpp
parent5070c3ae331faf18f6997535356853cc61ef0ad7 (diff)
downloadQt-d9b567288f301e44abedebf5b9b553c2878f2c77.zip
Qt-d9b567288f301e44abedebf5b9b553c2878f2c77.tar.gz
Qt-d9b567288f301e44abedebf5b9b553c2878f2c77.tar.bz2
Report the detected CPU features in the corelib boilerplate
Diffstat (limited to 'doc/src/snippets/code/src_network_socket_qudpsocket.cpp')
0 files changed, 0 insertions, 0 deletions
03695 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunkdkf2012-11-051-3/+3
* converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-35/+38
* Fix [Bug 2712377]: [info vars] and object declared variablesdkf2012-04-091-4/+48
* Reduce amount of unreachable code. Refactor Win socket and load code to be lessdkf2012-04-051-2/+2
* Small changes to quell gcc warnings and make message generation less ugly.dkf2011-08-161-5/+2
* * generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when newValueP...mig2011-08-041-1/+2
* TclFreeIntRep() cleanup.dgp2011-04-271-2/+0
* fix for [Bug 2662380], crash caused by appending to a variable with a write t...mig2011-04-131-3/+4
|\
| * fix for [Bug 2662380], crash caused by appending to a variable with a write t...mig2011-04-131-3/+4
* | Corrected odd commentdkf2011-03-281-1/+1
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-16/+14
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-011-3/+5
| | * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-1/+10
| | * [Tcl Bug 1706140]dgp2007-05-101-45/+27
| | * * generic/tclVar.c (TclArraySet): Re-fetch pointers for the listdgp2007-03-131-1/+9
| | * * generic/tclVar.c (Tcl_LappendObjCmd):Miguel Sofer2006-10-051-2/+9
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-27