Android (Google) Code Review
e86161de1a
Merge change 6550
...
* changes:
Implement x86 int <--> float.
2009-07-08 16:51:08 -07:00
Jack Palevich
9cbd226960
Implement global, local, and stack based float and double variables.
2009-07-08 16:48:41 -07:00
Jack Palevich
128ad2d204
Implement x86 int <--> float.
2009-07-08 14:51:31 -07:00
Android (Google) Code Review
d773ff289e
Merge change 6498
...
* changes:
Some x86 floating point code works.
2009-07-08 13:13:40 -07:00
Android (Google) Code Review
f0487502b1
Merge change 6497
...
* changes:
Start tracking types in expressions.
2009-07-08 13:11:01 -07:00
Jack Palevich
1a539db23c
Some x86 floating point code works.
...
We now check the types and number of arguments to a function.
2009-07-08 13:04:41 -07:00
Kenny Root
df3fb65e98
am c989199c: Fix typo in adb commandline help
...
Merge commit 'c989199ccfbe745a7109f57d2aee2577d2f72b8d'
* commit 'c989199ccfbe745a7109f57d2aee2577d2f72b8d':
Fix typo in adb commandline help
2009-07-08 09:07:49 -07:00
Mike Lockwood
dc9d52f35d
adb: Use correct language ID when retrieving USB serial number.
...
Fixes http://code.google.com/p/android/issues/detail?id=2609
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-08 12:07:22 -04:00
Kenny Root
c989199ccf
Fix typo in adb commandline help
...
Android developers are not expected to have PDP-11s.
2009-07-08 12:05:05 -04:00
Mike Lockwood
5089bd0a6e
am 3d9b265b: adb: Use correct language ID when retrieving USB serial number.
...
Merge commit '3d9b265b7d34d886a2f44e486c25e402d7df791b'
* commit '3d9b265b7d34d886a2f44e486c25e402d7df791b':
adb: Use correct language ID when retrieving USB serial number.
2009-07-08 07:30:39 -07:00
Mike Lockwood
3d9b265b7d
adb: Use correct language ID when retrieving USB serial number.
...
Fixes http://code.google.com/p/android/issues/detail?id=2609
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-08 10:28:38 -04:00
Android (Google) Code Review
b77f6a1e0f
Merge change 6004
...
* changes:
Add aggregator test tag to list
2009-07-07 15:10:33 -07:00
Jack Palevich
8df4619e09
Start tracking types in expressions.
2009-07-07 14:48:51 -07:00
Android (Google) Code Review
32db7311bf
Merge change 6323
...
* changes:
Parse floating point (and double) constants.
2009-07-06 18:43:13 -07:00
Android (Google) Code Review
1816655869
Merge change 6322
...
* changes:
Start teaching the code generator about types.
2009-07-06 18:42:51 -07:00
Jack Palevich
1aeb87b52b
Parse floating point (and double) constants.
2009-07-06 18:33:20 -07:00
Jack Palevich
9eed7a2c7b
Start teaching the code generator about types.
...
Remove the concept of "R1" from the code generator API, R1 is used
internally as needed.
2009-07-06 17:24:34 -07:00
Mathias Agopian
73aaaac104
Merge commit 'goog/master_gl' into merge_master_gl
2009-07-06 15:01:05 -07:00
Mathias Agopian
01f6d9397c
Merge commit 'goog/master' into merge_master
2009-07-06 14:16:57 -07:00
San Mehat
192d1d79f7
am b3edd072: vold: Change the disk formatter we use + fix commandline argument creation
...
Merge commit 'b3edd0720ea26ef02763e7446d1bafb85546b38e'
* commit 'b3edd0720ea26ef02763e7446d1bafb85546b38e':
vold: Change the disk formatter we use + fix commandline argument creation
2009-07-06 12:43:21 -07:00
Android (Google) Code Review
151047a800
Merge change 6257
...
* changes:
resolved conflicts for merge of 72eead43
to master
2009-07-06 12:41:54 -07:00
San Mehat
c3109591d4
resolved conflicts for merge of 72eead43
to master
2009-07-06 12:19:19 -07:00
Android (Google) Code Review
32a0056ff2
Merge changes 6249,6250
...
* changes:
Initial support for float, double.
Implement our hard casts using our type system.
2009-07-06 12:18:49 -07:00
Android (Google) Code Review
a5c234ef0c
Merge change 6248
...
* changes:
Clean up expression code.
2009-07-06 12:18:17 -07:00
Jack Palevich
95727a0b05
Initial support for float, double.
2009-07-06 12:07:15 -07:00
San Mehat
b3edd0720e
vold: Change the disk formatter we use + fix commandline argument creation
...
Signed-off-by: San Mehat <san@google.com>
2009-07-06 11:33:45 -07:00
San Mehat
72eead43c7
toolbox: mkdosfs: Imported new 'newfs_msdos' updated disk formatter
...
Signed-off-by: San Mehat <san@google.com>
2009-07-06 11:10:03 -07:00
Amith Yamasani
3bbaec5a7b
am eefef323: Set the permissions of wifi supplicant file so that system can access it.
...
Merge commit 'eefef3234ae1e3b0f2db71415f134c7ec49899fa'
* commit 'eefef3234ae1e3b0f2db71415f134c7ec49899fa':
Set the permissions of wifi supplicant file so that system can access it.
2009-07-06 11:03:02 -07:00
Jack Palevich
3f22649d98
Implement our hard casts using our type system.
...
Doesn't add any new capabilities, but we now generate error
messages if you attempt casts we don't support,
and we also found and fixed some bugs in declaration parsing.
2009-07-02 14:46:19 -07:00
Android (Google) Code Review
91217ca5cb
am 5c49135b: Merge change 5852 into donut
...
Merge commit '5c49135b032235f82560d5e55b0e4c547506516b'
* commit '5c49135b032235f82560d5e55b0e4c547506516b':
rootdir: Modify init.rc to run mtpd/racoon as a non-root user.
2009-07-02 14:24:58 -07:00
Amith Yamasani
eefef3234a
Set the permissions of wifi supplicant file so that system can access it.
...
Create the required directories and set the correct owner and permissions.
2009-07-02 12:08:13 -07:00
San Mehat
79258b8b5a
am 9ad18f05: vold: Kill logspam
...
Merge commit '9ad18f0576f1945419d31b56fea6987210521c35'
* commit '9ad18f0576f1945419d31b56fea6987210521c35':
vold: Kill logspam
2009-07-01 22:44:48 -07:00
Mathias Agopian
bfa833c0b7
Merge commit 'goog/master' into merge_master
2009-07-01 18:33:22 -07:00
Jim Miller
04ac5881fa
Add aggregator test tag to list
2009-07-01 18:29:33 -07:00
Jack Palevich
40600de143
Clean up expression code.
...
Concatenate adjacent string literals.
2009-07-01 15:32:35 -07:00
Dima Zavin
2f0c41ec3c
am 383688b5: toolbox: Fix uninitalized stack variable in mount.
...
Merge commit '383688b52fb19b9c4d98bb1a660febc880d0e268'
* commit '383688b52fb19b9c4d98bb1a660febc880d0e268':
toolbox: Fix uninitalized stack variable in mount.
2009-07-01 11:18:15 -07:00
Android (Google) Code Review
53e6808c96
am 5e924468: Merge change 5662 into donut
...
Merge commit '5e924468cd80bfadd686515a5b4193594a2811eb'
* commit '5e924468cd80bfadd686515a5b4193594a2811eb':
toolbox: Revise route utility.
2009-07-01 00:07:13 -07:00
Android (Google) Code Review
5c49135b03
Merge change 5852 into donut
...
* changes:
rootdir: Modify init.rc to run mtpd/racoon as a non-root user.
2009-06-30 19:37:05 -07:00
Android (Google) Code Review
bb1ae45195
Merge change 5870
...
* changes:
Add a type system.
2009-06-30 18:17:33 -07:00
San Mehat
9ad18f0576
vold: Kill logspam
...
Signed-off-by: San Mehat <san@google.com>
2009-06-30 18:15:09 -07:00
Jack Palevich
8635198c57
Add a type system.
...
We now track the declared type of variables and functions.
2009-06-30 18:09:56 -07:00
Chia-chi Yeh
51afbf5838
rootdir: Modify init.rc to run mtpd/racoon as a non-root user.
...
Note that this change requires a new prebuilt kernel for AID_NET_ADMIN.
2009-07-01 07:06:47 +08:00
San Mehat
acc9a25ef7
am 4322f2d7: init: Enable sched_yield() compatability mode on boot.
...
Merge commit '4322f2d74f625a0e8275ea1d2fa0d78bfc5c3029'
* commit '4322f2d74f625a0e8275ea1d2fa0d78bfc5c3029':
init: Enable sched_yield() compatability mode on boot.
2009-06-30 14:49:00 -07:00
Android (Google) Code Review
f2a8d0a522
Merge change 5749
...
* changes:
init now returns proper error codes in dmesg for write command (init.rc)
2009-06-30 14:26:03 -07:00
Android (Google) Code Review
4fc5257c8c
Merge change 5784
...
* changes:
Implement a token table and an arena allocator.
2009-06-30 10:23:22 -07:00
Jack Palevich
569f135862
Implement a token table and an arena allocator.
...
+ Tokens are now simple IDs, rather than ids or maybe pointers.
+ We can now allocate data that's freed automatically when
compilation end or when a block goes out of scope.
+ Renamed our Array utility class to Vector, and made its
api work a little more like the STL vector template class.
2009-06-30 10:16:43 -07:00
Mike Chan
008abac082
init now returns proper error codes in dmesg for write command (init.rc)
...
Signed-off-by: Mike Chan <mike@android.com>
2009-06-29 20:30:55 -07:00
San Mehat
3b84e4760b
am 9f9c951a: vold: Force formatting of cards to FAT32
...
Merge commit '9f9c951ad3329a4d8bc84b48a2b125a67ba9979f'
* commit '9f9c951ad3329a4d8bc84b48a2b125a67ba9979f':
vold: Force formatting of cards to FAT32
2009-06-29 20:20:28 -07:00
Chia-chi Yeh
fff1092b71
am 3860b6e6: rootdir: Obsolete ppp/peers/common and racoon/racoon.conf.
...
Merge commit '3860b6e67c72afceddf316c0a3282f53496de8af'
* commit '3860b6e67c72afceddf316c0a3282f53496de8af':
rootdir: Obsolete ppp/peers/common and racoon/racoon.conf.
2009-06-29 20:19:46 -07:00
repo sync
60a4cd5e34
resolved conflicts for merge of abb08550
to master
2009-06-30 11:09:06 +08:00